Relative
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:ADEMod:PM[:RESult<t>]:RELative
- class RelativeCls[source]
Relative commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(meas_type: RsFsw.enums.AdemMeasType, window=Window.Default, marker=Marker.Default, trace=Trace.Default) float [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:ADEMod:PM[:RESult<t>]:RELative value: float = driver.calculate.marker.function.ademod.pm.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.
- param 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
- 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