Property (Read-Write)
SCPI.SYSTem.ISPControl.DCBias.STATe = Status
Status = SCPI.SYSTem.ISPControl.DCBias.STATe
This command turns ON/OFF or returns the status of the Initial Source Port Control feature for DC Bias (to switch the stimulus output in the trigger hold state to a test port).
Parameter |
Status |
Description |
ON/OFF Initial Source Port Control feature for DC Bias |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
True or ON |
SCPI.INITiate(1).CONTinuous = False
SCPI.SYSTem.ISPControl.DCBias.STATe = True
System > Service Menu > Init Src Ctrl > DC Bias
:SYSTem:ISPControl:DCBias:STATe {ON|OFF|1|0}
:SYSTem:ISPControl:DCBias:STATe ?
{1|0}<newline><^END>
10 OUTPUT 717;":INIT:CONT OFF"
20 OUTPUT 717;":SYST:ISPC:DCBI:STAT ON"