Property (Read-Write)
SCPI.SYSTem.ISPControl.STATe = Status
Status = SCPI.SYSTem.ISPControl.STATe
This command turns ON/OFF or returns the status of the Initial Source Port Control feature (to switch the stimulus output in the trigger hold state to a test port).
Parameter |
Status |
Description |
ON/OFF Initial Source Port Control feature |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
True or ON |
The default value is ON for all options.
SCPI.INIT(ch).CONT = False
SCPI.SYST.ISPC.STAT = True
SCPI.SYST.ISPC.PORT = 1
System > Service > Init Src Ctrl [ON]
:SYSTem:ISPControl [:STATe] {ON|OFF|1|0}
:SYSTem:ISPControl [:STATe] ?
{1|0}<newline><^END>
10 :INIT:CONT OFF
20 :SYSTem:ISPControl[:STATe] ON
30 :SYSTem:ISPControl:PORT 1