Define

SCPI Command :

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

Defines the math expression to be calculated for the specified math channel. For an overview of corresponding expressions for the available keys in the formula editor, see ‘Equation’.

Parameters:

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

Returns:

rem_compl_expr: String with regular expression for calculation

set(rem_compl_expr: str, math=Math.Default) None[source]
# CALCulate:MATH<*>[:EXPRession][:DEFine]
driver.calculate.math.expression.define.set(rem_compl_expr = 'abc', math = repcap.Math.Default)

Defines the math expression to be calculated for the specified math channel. For an overview of corresponding expressions for the available keys in the formula editor, see ‘Equation’.

Parameters:
  • rem_compl_expr – String with regular expression for calculation

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