Property (Read-Write)
SCPI.CALCulate.TR(Ch).TRACe(Tr).LIMit.LOWer.LDATa = Value
Value = SCPI.CALCulate.TR(Ch).TRACe(Tr).LIMit.LOWer.LDATa
This command sets/gets expanded lower limit line, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Lower limit line |
Data Type |
Variant type Array (Range) |
Range |
1...1251 |
Preset Value |
- |
Unit |
- |
Resolution |
- |
Preset Effect |
No |
Save-Recall Effect |
No |
Error |
- |
Dim Var(1 to 1251) as Variant
SCPI.CALCulate.TR1.TRACe4.LIMit.LOWer.LDATa = Var
Var = SCPI.CALCulate.TR1.TRACe4.LIMit.LOWer.LDATa
SCPI.CALCulate.TR(Ch).TRACe(Tr).LIMit.LOWer.LDATa
SCPI.CALCulate.TR(Ch).TRACe(Tr).LIMit.LOWer.SEGMent.CLEar
SCPI.CALCulate.TR(Ch).TRACe(Tr).LIMit.LOWer.SEGMent.COUNt
SCPI.CALCulate.TR(Ch).TRACe(Tr).LIMit.LOWer.SEGMent.DATA
No equivalent key is available on the front panel.
:CALCulate:TR[1-1]:TRACe[1-8]:LIMit:LOWer:LDATa {1...1251}
:CALCulate:TR[1-1]:TRACe[1-8]:LIMit:LOWer:LDATa?
{1...1251} <newline><^END>
10 Dim A(1:1251)
20 OUTPUT 717;":CALCulate:TR1:TRACe4:LIMit:LOWer:LDATa 1,1251"
30 OUTPUT 717;":CALCulate:TR1:TRACe4:LIMit:LOWer:LDATa ?"
40 ENTER 717;A(*)