Property (Read-Write)
SCPI.SYSTem.ISPControl.PORT = Value
Status = SCPI.SYSTem.ISPControl.PORT
This command sets/gets a test port to be selected for stimulus destination when the Initial Source Port Control feature is ON.
Parameter |
Value |
Description |
Selected Port |
Data type |
Long integer type (Long) |
Range |
1 to 2 |
Preset value |
1 |
SCPI.INIT(ch).CONT = False
SCPI.SYST.ISPC.STAT = True
SCPI.SYST.ISPC.PORT = 1
System > Service > Init Src Port [1|2]
:SYSTem:ISPControl:PORT <numeric>
:SYSTem:ISPControl:PORT?
{1-2}<newline><^END>
10 :INIT:CONT OFF
20 :SYSTem:ISPControl[:STATe] ON
30 :SYSTem:ISPControl:PORT 1