State

SCPI Commands

CALCulate<Window>:MATH: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>:MATH:STATe
value: bool = driver.calculate.math.state.get(window = repcap.Window.Default)

This command turns trace mathematics on and off.

param window

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

return

state: ON | 1 Turns trace mathematics on and selects the operation that has been selected last (or (TRACE1-TRACE3) if you have not yet selected one) . OFF | 0 Turns trace mathematics off.

set(state: bool, window=Window.Default) None[source]
# SCPI: CALCulate<n>:MATH:STATe
driver.calculate.math.state.set(state = False, window = repcap.Window.Default)

This command turns trace mathematics on and off.

param state

ON | 1 Turns trace mathematics on and selects the operation that has been selected last (or (TRACE1-TRACE3) if you have not yet selected one) . OFF | 0 Turns trace mathematics off.

param window

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