Result<Trace>
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:MDEPth:RESult<t>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Tr1 .. Tr16 driver.calculate.marker.function.mdepth.result.repcap_trace_set(repcap.Trace.Tr1)
- get(window=Window.Default, marker=Marker.Default, trace=Trace.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:MDEPth:RESult<t> value: float = driver.calculate.marker.function.mdepth.result.get(window = repcap.Window.Default, marker = repcap.Marker.Default, trace = repcap.Trace.Default)
Queries the results of the AM modulation depth measurement.. To get a valid result, you have to perform a complete measurement with synchronization to the end of the measurement before reading out the result. This is only possible for single sweep mode. See also method
RsFsw.applications.k10Xlte.initiate.continuous.set().- Parameters:
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’)
- Returns:
modulation_depth: Modulation depth in %.
Cloning the Group
# Create a copy of the original group, that exists independently
result_copy = driver.calculate.marker.function.mdepth.result.clone()