State

SCPI Command :

CALCulate<n>:ELIN:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:ELIN:STATe
value: bool = driver.applications.k70Vsa.calculate.elin.state.get(window = repcap.Window.Default)

Restricts the evaluation range. The evaluation range is considered for the following display types: The I/Q data file must be in one of the following supported formats:

  • eye diagrams

  • constellation diagrams

  • modulation accuracy

  • statistic displays

  • spectrum displays

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Returns:

state: ON | 1 The evaluation range extends from the start value defined by CALC:ELIN1:VAL to the stop value defined by CALC:ELIN2:VAL (see method RsFsw.applications.k70Vsa.calculate.elin.value.set() ) . OFF | 0 The complete result area is evaluated.

set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:ELIN:STATe
driver.applications.k70Vsa.calculate.elin.state.set(state = False, window = repcap.Window.Default)

Restricts the evaluation range. The evaluation range is considered for the following display types: The I/Q data file must be in one of the following supported formats:

  • eye diagrams

  • constellation diagrams

  • modulation accuracy

  • statistic displays

  • spectrum displays

Parameters:
  • state – ON | 1 The evaluation range extends from the start value defined by CALC:ELIN1:VAL to the stop value defined by CALC:ELIN2:VAL (see method RsFsw.applications.k70Vsa.calculate.elin.value.set() ) . OFF | 0 The complete result area is evaluated.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)