SCPI.SYSTem.ISPControl.PORT

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.ISPControl.PORT = Value

Status = SCPI.SYSTem.ISPControl.PORT

Description

This command sets/gets a test port to be selected for stimulus destination when the Initial Source Port Control feature is ON.

Variable

Parameter

Value

Description

Selected Port

Data type

Long integer type (Long)

Range

1 to 2

Preset value

1

Examples

SCPI.INIT(ch).CONT = False
SCPI.SYST.ISPC.STAT = True
SCPI.SYST.ISPC.PORT = 1

Related objects

SCPI.SYSTem.ISPControl.STATe

Equivalent key

System > Service > Init Src Port [1|2]

Equivalent SCPI command

Syntax

:SYSTem:ISPControl:PORT <numeric>

:SYSTem:ISPControl:PORT?

Query response

{1-2}<newline><^END>

Example of use

10 :INIT:CONT OFF
20 :SYSTem:ISPControl[:STATe] ON
30 :SYSTem:ISPControl:PORT 1