FdError

SCPI Command :

[SENSe]:DDEMod:NORMalize:FDERror
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:DDEMod:NORMalize:FDERror
value: bool = driver.applications.k70Vsa.sense.ddemod.normalize.fdError.get()

Defines whether the deviation error is compensated for when calculating the frequency error for FSK modulation.

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) None[source]
# [SENSe]:DDEMod:NORMalize:FDERror
driver.applications.k70Vsa.sense.ddemod.normalize.fdError.set(state = False)

Defines whether the deviation error is compensated for when calculating the frequency error for FSK modulation.

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.