SCPI.SYSTem.ISPControl.STATe

Object type

Property (Read-Write)

Syntax

SCPI.SYSTem.ISPControl.STATe = Status

Status = SCPI.SYSTem.ISPControl.STATe

Description

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).  

Variable

Parameter

Status

Description

ON/OFF Initial Source Port Control feature

Data type

Boolean type (Boolean)

Range

Select from either of the following:

  • True or ON: ON Control feature.

  • False or OFF: OFF Control feature.

Preset value

True or ON

Examples

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

Related objects

SCPI.SYSTem.ISPC.PORT

Equivalent key

System > Service > Init Src Ctrl [ON]

Equivalent SCPI command

Syntax

:SYSTem:ISPControl [:STATe] {ON|OFF|1|0}

:SYSTem:ISPControl [:STATe] ?

Query response

{1|0}<newline><^END>

Example of use

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