Property (Read-Write)
SCPI.PROGram.VARiable.ARRay(1-10).POINts = Value
Value = SCPI.PROGram.VARiable.ARRay(1-10).POINts
This command sets/gets number of points in a user defined array.
|
Parameter |
Value |
|
Description |
Number of points in a user defined array |
|
Data Type |
Long integer type (Long) |
|
Range |
2 ~ 1601 |
|
Preset Value |
1601 |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
No |
|
Save-Recall Effect |
No |
|
Error |
- |
Dim Var as Long
Var= 2
SCPI.PROGram.VARiable.ARRay10.POINts = Var
Var = SCPI.PROGram.VARiable.ARRay10.POINts
SCPI.PROGram.VARiable.ARRay(1-10).DATA
No equivalent key is available on the front panel.
:PROGram:VARiable:ARRay[1-10]:POINts {2 ~ 1601}
:PROGram:VARiable:ARRay[1-10]:POINts?
{2 ~ 1601} <newline><^END>
10 OUTPUT 717;":PROGram:VARiable:ARRay10:POINts 2 "
20 OUTPUT 717;":PROGram:VARiable:ARRay10:POINts ?"
30 ENTER 717;A