SCPI.CALCulate.PS(Ch).TRACe(Tr).SPURious.SLISt

Object Type

Property (Read Only)

Syntax

Value = SCPI.CALCulate.PS(Ch).TRACe(Tr).SPURious.SLISt

Description

This command gets Spurious List, for the selected trace Tr of the selected channel Ch.

Variable

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

-

Examples

Dim Var(1 to 0) as Variant
Var = SCPI.CALCulate.PS1.TRACe1.SPURious.SLISt

Equivalent Key

No equivalent key is available on the front panel.

Equivalent SCPI Command

Syntax

:CALCulate:PS[1-1]:TRACe[1-1]:SPURious:SLISt?

Query Response

{1...0} <newline><^END>

Example of use

10 Dim A(1:0)
20 OUTPUT 717;":CALCulate:PS1:TRACe1:SPURious:SLISt?"
30 ENTER 717;A(*)