Result<Trace>

SCPI Command :

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

Repeated Capability Setting:

# Range: Tr1 .. Tr16

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

Queries the carrier offset (= frequency error) for FM and PM demodulation. The carrier offset is determined from the current measurement data (CLR/WRITE) . The modulation is removed using low pass filtering.

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:

carr_offset: The deviation of the calculated carrier frequency to the ideal carrier frequency in Hz.

Cloning the Group

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