Property (Read-Write)
SCPI.SENSe(Ch).SWEep.BAND.WAIT = Value
Value = SCPI.SENSe(Ch).SWEep.BAND.WAIT
This command sets/gets the additional band wait time for the selected channel (Ch).
Parameter |
Value |
Description |
Waiting time |
Data Type |
Double precision floating point type (Double) |
Range |
0 to 1 |
Preset Value |
0 |
Unit |
sec |
Resolution |
100u |
Dim Var as Double
Var= 0.1
SCPI.SENSe(1).SWEep.BAND.WAIT = Var
Var = SCPI.SENSe(1).SWEep.BAND.WAIT
System > Service Menu > Band Wait
:SENSe{[1]-4}:SWEep:BAND:WAIT <numeric>
:SENSe{[1]-4}:SWEep:BAND:WAIT?
<numeric><newline><^END>
10 OUTPUT 717;":SENS1:SWE:BAND:WAIT 0.1"
20 OUTPUT 717;":SENS1:SWE:BAND:WAIT ?"
30 ENTER 717;A