Property (Read-Write)
SCPI.SENSe(Ch).SWEep.DELay = Value
Value = SCPI.SENSe(Ch).SWEep.DELay
This command sets/gets the sweep delay time of the selected channel ( Ch).
Parameter |
Value |
Description |
Sweep delay time |
Data type |
Double precision floating point type (Double) |
Range |
0 to 1 |
Preset value |
0 |
Unit |
s (second) |
Resolution |
0.001 |
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 SweDel As Double
SCPI.SENSe(1).SWEep.DELay = 0.05
SweDel = SCPI.SENSe(1).SWEep.DELay
Sweep Setup > Sweep Delay
:SENSe{[1]-4}:SWEep:DELay <numeric>
:SENSe{[1]-4}:SWEep:DELay?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:SWE:DEL 0.05"
20 OUTPUT 717;":SENS1:SWE:DEL?"
30 ENTER 717;A