Definition

SCPI Command :

CALCulate<n>:AMPM:DEFinition
class DefinitionCls[source]

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

get(window=Window.Default) RsFsw.enums.AmPmDef[source]
# SCPI: CALCulate<n>:AMPM:DEFinition
value: enums.AmPmDef = driver.applications.k18AmplifierEt.calculate.amPm.definition.get(window = repcap.Window.Default)

This command selects the way the ‘AM/PM’ results are calculated.

param window

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

return

result_type: MREF Subtracts the reference trace from the measurement trace. This is the inverse of the default REAFMeas method. REFMeas Subtracts the measurement trace from the reference trace.

set(result_type: RsFsw.enums.AmPmDef, window=Window.Default) None[source]
# SCPI: CALCulate<n>:AMPM:DEFinition
driver.applications.k18AmplifierEt.calculate.amPm.definition.set(result_type = enums.AmPmDef.MREF, window = repcap.Window.Default)

This command selects the way the ‘AM/PM’ results are calculated.

param result_type

MREF Subtracts the reference trace from the measurement trace. This is the inverse of the default REAFMeas method. REFMeas Subtracts the measurement trace from the reference trace.

param window

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