Property (Read-Write)
SCPI.SENSe.FP(Ch).SWEep.DWELl = Value
Value = SCPI.SENSe.FP(Ch).SWEep.DWELl
This command sets/gets point delay, for the selected channel Ch.
|
Parameter |
Value |
|
Description |
Point delay |
|
Data Type |
Double precision floating point type (Double) |
|
Range |
0 ~ 1 |
|
Preset Value |
0 |
|
Unit |
s |
|
Resolution |
100u |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as Double
Var= 0
SCPI.SENSe.FP1.SWEep.DWELl = Var
Var = SCPI.SENSe.FP1.SWEep.DWELl
FP Menu: Setup > Point Delay
:SENSe:FP[1-1]:SWEep:DWELl {0 ~ 1}
:SENSe:FP[1-1]:SWEep:DWELl?
{0 ~ 1} <newline><^END>
10 OUTPUT 717;":SENSe:FP1:SWEep:DWELl 0"
20 OUTPUT 717;":SENSe:FP1:SWEep:DWELl ?"
30 ENTER 717;A