Property (Read-Write)
SCPI.CALCulate.USER(Ch).TRACe(Tr).LIMit.STATe = Value
Value = SCPI.CALCulate.USER(Ch).TRACe(Tr).LIMit.STATe
This command sets/gets limit test on/off, for the selected trace Tr of the selected channel Ch.
|
Parameter |
Value |
|
Description |
Limit test (On/Off) |
|
Data Type |
Boolean type (Boolean) |
|
Range |
ON|OFF|1|0 |
|
Preset Value |
OFF |
|
Unit |
- |
|
Resolution |
- |
|
Preset Effect |
Yes |
|
Save-Recall Effect |
Yes |
|
Error |
- |
Dim Var as Boolean
Var= 1
SCPI.CALCulate.USER1.TRACe8.LIMit.STATe = Var
Var = SCPI.CALCulate.USER1.TRACe8.LIMit.STATe
USER Menu: Display > Limit Test > Limit Test
:CALCulate:USER[1-1]:TRACe[1-8]:LIMit[:STATe] {ON|OFF|1|0}
:CALCulate:USER[1-1]:TRACe[1-8]:LIMit[:STATe]?
{ON|OFF|1|0} <newline><^END>
10 OUTPUT 717;":CALCulate:USER1:TRACe8:LIMit[:STATe] 1"
20 OUTPUT 717;":CALCulate:USER1:TRACe8:LIMit[:STATe] ?"
30 ENTER 717;A