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