Nstate

SCPI Command :

[SENSe]:DDEMod:FSK:NSTate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:DDEMod:FSK:NSTate
value: float = driver.applications.k70Vsa.sense.ddemod.fsk.nstate.get()

Defines the demodulation of the FSK modulation scheme.

Returns:

fskn_state: 2 | 4 | 8 | 16 2 2FSK 4 4FSK 8 8FSK 16 16FSK

set(fskn_state: float) None[source]
# [SENSe]:DDEMod:FSK:NSTate
driver.applications.k70Vsa.sense.ddemod.fsk.nstate.set(fskn_state = 1.0)

Defines the demodulation of the FSK modulation scheme.

Parameters:

fskn_state – 2 | 4 | 8 | 16 2 2FSK 4 4FSK 8 8FSK 16 16FSK