Programming
595
Related Commands
:SOUR:BIAS:STAT
Equivalent Softkey
Sweep Setup > DC Bias > DC Bias Delay
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).BIAS.DELAY
:SOUR<Ch>:BIAS:HOLD
Type
Command/Query
Syntax
:SOURce<Ch>:BIAS:HOLD[:OUTPut] {ON|OFF|1|0}
:SOURce<Ch>:BIAS:HOLD[:OUTPut]?
Description
This command sets/gets bias output when sweep is held. (one per
instrument)
Variable
Parameter Selection Option
Description bias output hold on/off status
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
ON
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":SOUR1:BIAS:HOLD ON", True
Ana.WriteString ":SOUR1:BIAS:HOLD?", True
Var=Ana.ReadNumber
Related Commands
:SOUR:BIAS:STAT
Equivalent Softkey
System > Service Menu > DC Output@Hold
COM Command Syntax (Internal Control Only)