Gimbalance

SCPI Command :

CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:GIMBalance
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(result_type: ResultTypeStat, window=Window.Default, marker=Marker.Default) float[source]
# CALCulate<n>:MARKer<m>:FUNCtion:DDEMod:STATistic:GIMBalance
value: float = driver.applications.k70Vsa.calculate.marker.function.ddemod.statistic.gimbalance.get(result_type = enums.ResultTypeStat.AVG, window = repcap.Window.Default, marker = repcap.Marker.Default)

Queries the results of the Gain Imbalance error measurement of digital demodulation. The output values are the same as those provided in the ‘Modulation Accuracy’ table .

Parameters:
  • result_type – none Gain imbalance error for current sweep AVG Average gain imbalance error over several sweeps RPE Peak gain imbalance error over several sweeps SDEV Standard deviation of gain imbalance error PCTL 95 percentile value of gain imbalance 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’)