Ooffset
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:OOFFset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(result_type: ResultTypeStat, window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:OOFFset value: float = driver.applications.k70Vsa.calculate.marker.function.ddemod.statistic.ooffset.get(result_type = enums.ResultTypeStat.AVG, window = repcap.Window.Default, marker = repcap.Marker.Default)
Queries the results of the I/Q offset measurement performed for digital demodulation.
- Parameters:
result_type – none Origin offset error (for current sweep) AVG Average origin offset error over several sweeps RPE Peak origin offset error over several sweeps SDEV Standard deviation of origin offset error PCTL 95 percentile value of origin offset error
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’)