Property (Read-Write)
SCPI.SENSe(Ch).SWEep.TIME.AUTO = Status
Status = SCPI.SENSe(Ch).SWEep.TIME.AUTO
This command sets/gets whether to automatically set the sweep time 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 ON |
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 Auto
When performing the operation from the front panel, the auto setting of the sweep time is turned ON by setting the sweep time to 0 s.
:SENSe{[1]-4}:SWEep:TIME:AUTO {ON|OFF|1|0}
:SENSe{[1]-4}: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