Nstate
SCPI Command :
[SENSe]:DDEMod:ASK:NSTate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:DDEMod:ASK:NSTate value: float = driver.applications.k70Vsa.sense.ddemod.ask.nstate.get()
This command defines the specific demodulation mode for ASK.
- Returns:
askn_state: 2 | 4 2 OOK 4 4ASK
- set(askn_state: float) None[source]
# [SENSe]:DDEMod:ASK:NSTate driver.applications.k70Vsa.sense.ddemod.ask.nstate.set(askn_state = 1.0)
This command defines the specific demodulation mode for ASK.
- Parameters:
askn_state – 2 | 4 2 OOK 4 4ASK