Property (Read-Write)
SCPI.SENSe(Ch).SWEep.TIME.AUTO = Status
Status = SCPI.SENSe(Ch).SWEep.TIME.AUTO
This command sets/gets the automatic sweep time setting of the selected channel (Ch).
Parameter |
Status |
Description |
ON/OFF of the auto setting of the sweep time |
Data type |
Boolean type (Boolean) |
Range |
Select from either of the following:
|
Preset value |
True or OFF |
Dim SweAuto As Boolean
SCPI.SENSe(1).SWEep.TIME.AUTO = False
SweAuto = SCPI.SENSe(1).SWEep.TIME.AUTO
SCPI.SENSe(Ch).SWEep.TIME.DATA
Sweep Setup > Sweep Time
When performing the operation from the front panel, the auto setting of the sweep time is turned ON if you do not specify any sweep time.
:SENSe{[1]-160}:SWEep:TIME:AUTO {ON|OFF|1|0}
:SENSe{[1]-160}:SWEep:TIME:AUTO?
{1|0}<newline><^END>
10 OUTPUT 717;":SENS1:SWE:TIME:AUTO ON"
20 OUTPUT 717;":SENS1:SWE:TIME:AUTO?"
30 ENTER 717;A