Property (Read Only)
Value = SCPI.CALCulate.PS(Ch).TRACe(Tr).SPURious.SLISt
This command gets Spurious List, for the selected trace Tr of the selected channel Ch.
Parameter |
Value |
Description |
Spurious list |
Data Type |
Variant type Array (Range) |
Range |
1...0 |
Preset Value |
- |
Unit |
- |
Resolution |
- |
Preset Effect |
No |
Save-Recall Effect |
No |
Error |
- |
Dim Var(1 to 0) as Variant
Var = SCPI.CALCulate.PS1.TRACe1.SPURious.SLISt
No equivalent key is available on the front panel.
:CALCulate:PS[1-1]:TRACe[1-1]:SPURious:SLISt?
{1...0} <newline><^END>
10 Dim A(1:0)
20 OUTPUT 717;":CALCulate:PS1:TRACe1:SPURious:SLISt?"
30 ENTER 717;A(*)