SCPI.CALCulate(Ch).PARameter(Tr).SPORt

Type of object

Property (Read-Write)

Syntax

SCPI.CALCulate(Ch).PARameter(Tr).SPORt = Value

Value = SCPI.CALCulate(Ch).PARameter(Tr).SPORt

Description

This command sets/gets the output port used for absolute for the selected trace (Tr) of the selected channel (Ch).

Variable

Parameter

Value

Description

Setting of the output port

Data type

Long integer type (Long)

Range

1 to 2

Preset value

1

Note

You need to set the measurement parameter for absolute measurements with the SCPI.CALCulate(Ch).PARameter(Tr).DEFine command.

Example of use

Dim Sport As Long
SCPI.CALCulate(1).PARameter(1).DEFine = "B"
SCPI.CALCulate(1).PARameter(1).SPORt = 2
Sport = SCPI.CALCulate(1).PARameter(1).SPORt

Related objects

SCPI.CALCulate(Ch).PARameter(Tr).DEFine

Equivalent key

Meas > Absolute > A(x) , B(x), R1(x), R2(x) (x: 1 to 2)

Equivalent SCPI command

Syntax

:CALCulate{[1]-4}:PARameter{[1]-4}:SPORt <numeric>

:CALCulate{[1]-4}:PARameter{[1]-4}:SPORt?

Query response

{numeric}<newline><^END>

Example of use

10 OUTPUT 717;":CALC1:PAR1:DEF B"
20 OUTPUT 717;":CALC1:PAR1:SPOR 2"
30 OUTPUT 717;":CALC1:PAR1:SPOR?"
30 ENTER 717;A