Property (Read-Write)
SCPI.DISPlay.FP(Ch).ANNotation.MEASurement.STATe = Value
Value = SCPI.DISPlay.FP(Ch).ANNotation.MEASurement.STATe
This command sets/gets measurement setting, for the selected channel Ch.
|
Parameter |
Value |
|
Description |
Measurement setting |
|
Data Type |
Boolean type (Boolean) |
|
Range |
ON|OFF|1|0 |
|
Preset Value |
ON |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.DISPlay.FP1.ANNotation.MEASurement.STATe = Var
Var = SCPI.DISPlay.FP1.ANNotation.MEASurement.STATe
SCPI.DISPlay.FP(Ch).ANNotation.MARKer.POSition
FP Menu: Display > Meas Condition
:DISPlay:FP[1-1]:ANNotation:MEASurement:STATe {ON|OFF|1|0}
:DISPlay:FP[1-1]:ANNotation:MEASurement:STATe?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":DISPlay:FP1:ANNotation:MEASurement:STATe 1"
20 OUTPUT 717;":DISPlay:FP1:ANNotation:MEASurement:STATe ?"
30 ENTER 717;A