SCPI.MMEMory.STORe.SNP.TYPE.S4P

Object type

Property (Read-Write)

Syntax

SCPI.MMEMory.STORe.SNP.TYPE.S4P = Ports

Ports = SCPI.MMEMory.STORe.SNP.TYPE.S4P

Description

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.

Variable

Parameter

Ports

Description

Indicates 4-element array data (port number).

  • Ports(0) :Specifies a port for file type.

  • Ports(1) :Specifies a port for file type.

  • Ports(2) :Specifies a port for file type.

  • Ports(3) :Specifies a port for file type.

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.

Examples

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

Related objects

SCPI.DISPlay.WINDow(Ch).ACTivate

SCPI.MMEMory.STORe.SNP.DATA

SCPI.MMEMory.STORe.SNP.FORMat

Equivalent key

Save/Recall > Save Snp > S4p > 1-2-3-4

 

Equivalent SCPI command

Syntax

:MMEMory:STORe:SNP:TYPE:S4P 1, 2, 3, 4

:MMEMory:STORe:SNP:TYPE:S4P?

Example of use

10 OUTPUT 717;":MMEM:STOR:SNP:TYPE:S4P 1,2,3,4"
20 OUTPUT 717;":MMEM:STOR:SNP:TYPE:S3P?"
30 ENTER 717;A$