State
SCPI Command :
CALCulate<n>:ELIN:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) bool [source]
# SCPI: 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:
INTRO_CMD_HELP: The I/Q data file must be in one of the following supported formats:
eye diagrams
constellation diagrams
modulation accuracy
statistic displays
spectrum displays
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
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.K70_Vsa.Calculate.Elin.Value.set) . OFF | 0 The complete result area is evaluated.
- set(state: bool, window=Window.Default) None [source]
# SCPI: 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:
INTRO_CMD_HELP: The I/Q data file must be in one of the following supported formats:
eye diagrams
constellation diagrams
modulation accuracy
statistic displays
spectrum displays
- param 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.K70_Vsa.Calculate.Elin.Value.set) . OFF | 0 The complete result area is evaluated.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)