Define

SCPI Command :

CALCulate<n>:MATH[:EXPRession][:DEFine]
class DefineCls[source]

Define commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) str[source]
# SCPI: CALCulate<n>:MATH[:EXPRession][:DEFine]
value: str = driver.calculate.math.expression.define.get(window = repcap.Window.Default)

Selects the mathematical expression for trace mathematics. Before you can use the command, you have to turn trace mathematics on.

param window

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

return

expression: (TRACE1-TRACE2) Subtracts trace 2 from trace 1. (TRACE1-TRACE3) Subtracts trace 3 from trace 1. (TRACE1-TRACE4) Subtracts trace 4 from trace 1.

set(expression: str, window=Window.Default) None[source]
# SCPI: CALCulate<n>:MATH[:EXPRession][:DEFine]
driver.calculate.math.expression.define.set(expression = rawAbc, window = repcap.Window.Default)

Selects the mathematical expression for trace mathematics. Before you can use the command, you have to turn trace mathematics on.

param expression

(TRACE1-TRACE2) Subtracts trace 2 from trace 1. (TRACE1-TRACE3) Subtracts trace 3 from trace 1. (TRACE1-TRACE4) Subtracts trace 4 from trace 1.

param window

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