Result<Trace>

RepCap Settings

# Range: Tr1 .. Tr16
rc = driver.calculate.marker.function.ademod.am.result.repcap_trace_get()
driver.calculate.marker.function.ademod.am.result.repcap_trace_set(repcap.Trace.Tr1)

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:ADEMod:AM[:RESult<t>]
class ResultCls[source]

Result commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: Trace, default value after init: Trace.Tr1

get(meas_type: RsFsw.enums.AdemMeasType, window=Window.Default, marker=Marker.Default, trace=Trace.Default) float[source]
# SCPI: 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.

param 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

param window

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

param marker

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

param trace

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

return

meas_type_result: No help available

Cloning the Group

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

Subgroups