State

SCPI Command :

CALCulate:MATH<*>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(math=Math.Default) bool[source]
# CALCulate:MATH<*>:STATe
value: bool = driver.calculate.math.state.get(math = repcap.Math.Default)

Enables the math waveform display.

Parameters:

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

Returns:

state: OFF | ON

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

Enables the math waveform display.

Parameters:
  • state – OFF | ON

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