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

1to 4

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|3|4]

Equivalent SCPI command

Syntax

:SYSTem:ISPControl:PORT <numeric>

:SYSTem:ISPControl:PORT?

Query response

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

Example of use

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