Relative
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:ADEMod:AM[:RESult<t>]:RELative
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(meas_type: AdemMeasType, window=Window.Default, marker=Marker.Default, trace=Trace.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:ADEMod:AM[:RESult<t>]:RELative value: float = driver.calculate.marker.function.ademod.am.result.relative.get(meas_type = enums.AdemMeasType.MIDDle, window = repcap.Window.Default, marker = repcap.Marker.Default, trace = repcap.Trace.Default)
Queries the current relative 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. The unit of the results depends on the method
RsFsw.configure.ademod.results.unit.set()setting.- Parameters:
meas_type – 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’)