Property (Read-Write)
SCPI.MMEMory.STORe.SNP.TYPE.S4P = Ports
Ports = SCPI.MMEMory.STORe.SNP.TYPE.S4P
This command sets/gets the specified port to the file type (4 port) when saving measurement data for the active channel (specified with SCPI.DISPlay.WINDow(Ch).ACTivate command) into a file in the touchstone format.
Parameter |
Ports |
Description |
Indicates 4-element array data (port number).
The index of the array starts from 0. |
Data type |
Variant type (Variant) |
Range |
1 to 4 |
Resolution |
1 |
Note |
If the specified variable is out of the allowable setup range, an error occurs when it is executed. If you specify the same port number to two port numbers, an error occurs during execution. The order of the four port numbers to be specified is arbitrary. |
Dim Ports(3) As Long
Ports(0) = 1
Ports(1) = 2
Ports(2) = 3
Ports(3) = 4
SCPI.MMEMory.STORe.SNP.TYPE.S4P = Ports
Ports = SCPI.MMEMory.STORe.SNP.TYPE.S4P
SCPI.DISPlay.WINDow(Ch).ACTivate
Save/Recall > Save Snp > S4p > 1-2-3-4
:MMEMory:STORe:SNP:TYPE:S4P 1, 2, 3, 4
:MMEMory:STORe:SNP:TYPE:S4P?
10 OUTPUT 717;":MMEM:STOR:SNP:TYPE:S4P 1,2,3,4"
20 OUTPUT 717;":MMEM:STOR:SNP:TYPE:S3P?"
30 ENTER 717;A$