E4990A Help
594
Related Commands
:SOUR:BIAS:CURR:STAR
:SOUR:BIAS:MODE
Equivalent Softkey
Stop (in DC Bias current sweep)
COM Command Syntax (Internal Control Only)
SCPI.SOURCE(Ch).BIAS.CURRENT.STOP
:SOUR<Ch>:BIAS:DEL
Type
Command/Query
Syntax
:SOURce<Ch>:BIAS:DELay <Value>
:SOURce<Ch>:BIAS:DELay?
Description
This command sets/gets wait time after DC bias setup
Variable
Parameter Value
Description Delay
Data Type Numeric type (Real)
Range 0 ~ 30
Preset Value
0
Unit s
Resolution 1m
Query Response
{numeric}<newline><^END>
Examples
Dim Var as Double
Var= 0.01
Ana.WriteString ":SOUR1:BIAS:DEL " & Str(Var), True
Ana.WriteString ":SOUR1:BIAS:DEL?", True
Var=Ana.ReadNumber