Compensation

SCPI Command :

CALCulate<n>:FSK:DEViation:COMPensation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) bool[source]
# CALCulate<n>:FSK:DEViation:COMPensation
value: bool = driver.applications.k70Vsa.calculate.fsk.deviation.compensation.get(window = repcap.Window.Default)

Defines whether the deviation error is compensated for when calculating the frequency error for FSK modulation. Note that this command is maintained for compatibility reasons only. For newer remote programs, use method RsFsw.applications.k70Vsa.sense.ddemod.normalize.fdError.set() .

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

Returns:

state: ON | 1 Scales the reference signal to the actual deviation of the measurement signal. OFF | 0 Uses the entered nominal deviation for the reference signal.

set(state: bool, window=Window.Default) None[source]
# CALCulate<n>:FSK:DEViation:COMPensation
driver.applications.k70Vsa.calculate.fsk.deviation.compensation.set(state = False, window = repcap.Window.Default)

Defines whether the deviation error is compensated for when calculating the frequency error for FSK modulation. Note that this command is maintained for compatibility reasons only. For newer remote programs, use method RsFsw.applications.k70Vsa.sense.ddemod.normalize.fdError.set() .

Parameters:
  • state – ON | 1 Scales the reference signal to the actual deviation of the measurement signal. OFF | 0 Uses the entered nominal deviation for the reference signal.

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)