Label

SCPI Command :

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

Defines a label for the selected math waveform.

Parameters:

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

set(label: str, math=Math.Default) None[source]
# CALCulate:MATH<*>:LABel
driver.calculate.math.label.set(label = 'abc', math = repcap.Math.Default)

Defines a label for the selected math waveform.

Parameters:

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