Definition

SCPI Command :

CALCulate<n>:AMPM:DEFinition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) AmPmDef[source]
# 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.

Parameters:

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

Returns:

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: AmPmDef, window=Window.Default) None[source]
# 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.

Parameters:
  • 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.

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