Property (Read-Write)
SCPI.SENSe(Ch).SWEep.TIME.DATA = Value
Value = SCPI.SENSe(Ch).SWEep.TIME.DATA
This command sets/gets the sweep time of the selected channel ( Ch).
Before using this object to set the sweep time, turns OFF the auto setting of the sweep time (specify False with the SCPI.SENSe(Ch).SWEep.TIME.AUTO object).
Parameter |
Value |
Description |
Sweep time |
Data type |
Double precision floating point type (Double) |
Range |
Varies depending on the measurement conditions |
Preset value |
Varies depending on the measurement conditions |
Unit |
s (second) |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim SweTime As Double
SCPI.SENSe(1).SWEep.TIME.AUTO = False
SCPI.SENSe(1).SWEep.TIME.DATA = 1.5
SweTime = SCPI.SENSe(1).SWEep.TIME.DATA
SCPI.SENSe(Ch).SWEep.TIME.AUTO
Sweep Setup > Sweep Time
:SENSe{[1]-4}:SWEep:TIME[:DATA] <numeric>
:SENSe{[1]-4}:SWEep:TIME[:DATA]?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:SWE:TIME 1.5"
20 OUTPUT 717;":SENS1:SWE:TIME?"
30 ENTER 717;A