IqImbalance
SCPI Command :
CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:IQIMbalance
- class IqImbalanceCls[source]
IqImbalance commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(result_type: RsFsw.enums.ResultTypeStat, window=Window.Default, marker=Marker.Default) float [source]
# SCPI: CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:IQIMbalance value: float = driver.applications.k70Vsa.calculate.marker.function.ddemod.statistic.iqImbalance.get(result_type = enums.ResultTypeStat.AVG, window = repcap.Window.Default, marker = repcap.Marker.Default)
Queries the results of the I/Q imbalance error measurement of digital demodulation.
- param result_type
none I/Q imbalance error (for current sweep) AVG Average I/Q imbalance error over several sweeps RPE Peak I/Q imbalance error over several sweeps SDEV Standard deviation of I/Q imbalance error PCTL 95 percentile value of I/Q imbalance error
- 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’)
- return
result: No help available