Command/Query
:SENSe<Ch>:SWEep:TIME:AUTO {ON|OFF|1|0}
:SENSe<Ch>:SWEep:TIME:AUTO?
This command sets/gets the auto sweep time mode.
Parameter |
Selection Option |
Description |
Status of the auto sweep time |
Data Type |
Boolean type (Boolean) |
Range |
ON|OFF|1|0 |
Preset Value |
ON |
{1|0}<newline><^END>
Dim Var as String
Var = 1
Ena.WriteString ":SENS1:SWE:TIME:AUTO " & Str(Var), True
Ena.WriteString ":SENS1:SWE:TIME:AUTO?", True
Var=Ena.ReadNumber
Sweep Setup > Sweep Time Auto
SCPI.SENSE(Ch).SWEEP.TIME.AUTO