FdError

SCPI Command :

[SENSe]:DDEMod:NORMalize:FDERror
class FdErrorCls[source]

FdError commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() bool[source]
# SCPI: [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.

return

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]
# SCPI: [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.

param 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.