Result<Trace>

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:ADEMod:AM[:RESult<t>]
Commands in total: 2
Subgroups: 1
Direct child commands: 1

Repeated Capability Setting:

# Range: Tr1 .. Tr16

driver.calculate.marker.function.ademod.am.result.repcap_trace_set(repcap.Trace.Tr1)
get(meas_type: AdemMeasType, window=Window.Default, marker=Marker.Default, trace=Trace.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:ADEMod:AM[:RESult<t>]
value: float = driver.calculate.marker.function.ademod.am.result.get(meas_type = enums.AdemMeasType.MIDDle, window = repcap.Window.Default, marker = repcap.Marker.Default, trace = repcap.Trace.Default)

Queries the current value of the demodulated signal for the specified trace (as displayed in the ‘Result Summary’ in manual operation) . Note that all windows with the same evaluation method have the same traces, thus the window is irrelevant.

Parameters:
  • meas_type – PPEak | MPEak | MIDDle | RMS PPEak Postive peak (+PK) MPEak | NPEak Negative peak (-PK) MIDDle Average of positive and negative peaks +/-PK/2 RMS Root mean square value

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

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

  • trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Result’)

Cloning the Group

# Create a copy of the original group, that exists independently
result_copy = driver.calculate.marker.function.ademod.am.result.clone()

Subgroups