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 for RF signal (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 for RF signal

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.INITiate(1).CONTinuous = False
SCPI.SYSTem.ISPControl.STATe = True

Related objects

SCPI.SYSTem.ISPControl.DCBias.STATe

Equivalent key

System > Service Menu > Init Src Ctrl  > RF Out

Equivalent SCPI command

Syntax

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

:SYSTem:ISPControl[:STATe] ?

Query response

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

Example of use

10 OUTPUT 717;":INIT:CONT OFF"
20 OUTPUT 717;":SYST:ISPC ON"