Property (Read-Write)
SCPI.SOURce.FP(Ch).SWEep.POINts = Value
Value = SCPI.SOURce.FP(Ch).SWEep.POINts
This command sets/gets number of points, for the selected channel Ch.
Parameter |
Value |
Description |
Number of points |
Data Type |
Long integer type (Long) |
Range |
2 ~ 1001 |
Preset Value |
201 |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as Long
Var= 2
SCPI.SOURce.FP1.SWEep.POINts = Var
Var = SCPI.SOURce.FP1.SWEep.POINts
SCPI.SOURce.FP(Ch).SWEep.PARameter
FP Menu: Setup > Points
:SOURce:FP[1-1]:SWEep:POINts {2 ~ 1001}
:SOURce:FP[1-1]:SWEep:POINts?
{2 ~ 1001} <newline><^END>
10 OUTPUT 717;":SOURce:FP1:SWEep:POINts 2 "
20 OUTPUT 717;":SOURce:FP1:SWEep:POINts ?"
30 ENTER 717;A