Nstate
SCPI Command :
[SENSe]:DDEMod:PATTern:ASK:NSTate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:DDEMod:PATTern:ASK:NSTate value: float = driver.applications.k70Vsa.sense.ddemod.pattern.ask.nstate.get()
Defines the demodulation order for ASK for the pattern (see also method
RsFsw.applications.k70Vsa.sense.ddemod.pattern.formatPy.set()) . Depending on the demodulation state, the following orders are available: <ASKNstate> / Order2 / 2ASK
4 / 4ASK
Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- Returns:
askn_state: 2 | 4
- set(askn_state: float) None[source]
# [SENSe]:DDEMod:PATTern:ASK:NSTate driver.applications.k70Vsa.sense.ddemod.pattern.ask.nstate.set(askn_state = 1.0)
Defines the demodulation order for ASK for the pattern (see also method
RsFsw.applications.k70Vsa.sense.ddemod.pattern.formatPy.set()) . Depending on the demodulation state, the following orders are available: <ASKNstate> / Order2 / 2ASK
4 / 4ASK
Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- Parameters:
askn_state – 2 | 4