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)

Activates the selected Math channel and displays the defined math waveforms.

Parameters:

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

Returns:

first: OFF | ON

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

Activates the selected Math channel and displays the defined math waveforms.

Parameters:
  • first – OFF | ON

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