Property (Read-Write)
SCPI.PROGram.VARiable.STRing(1-10) = Value
Value = SCPI.PROGram.VARiable.STRing(1-10)
This command sets/gets user defined string.
|
Parameter |
Value |
|
Description |
User defined string |
|
Data Type |
Character string type (String) |
|
Range |
254 chars |
|
Preset Value |
- |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
No |
|
Save-Recall Effect |
No |
|
Error |
- |
Dim Var as String
SCPI.PROGram.VARiable.STRing10 = Var
Var = SCPI.PROGram.VARiable.STRing10
SCPI.PROGram.VARiable.DOUBle(1-10)
SCPI.PROGram.VARiable.INTeger(1-10)
No equivalent key is available on the front panel.
:PROGram:VARiable:STRing[1-10]
:PROGram:VARiable:STRing[1-10]?
{String}<newline><^END>
10 OUTPUT 717;":PROGram:VARiable:STRing10 Sample_Text"
20 OUTPUT 717;":PROGram:VARiable:STRing10 ?"
30 ENTER 717;A$