Nstate
SCPI Command :
[SENSe]:DDEMod:PATTern:PSK:NSTate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:DDEMod:PATTern:PSK:NSTate value: float = driver.applications.k70Vsa.sense.ddemod.pattern.psk.nstate.get()
Together with DDEMod:PATT:PSK:FORMat, this command defines the demodulation order for PSK for the pattern (see also method
RsFsw.applications.k70Vsa.sense.ddemod.pattern.psk.formatPy.set()) . Depending on the demodulation format and state, the following orders are available: <PSKNSTATe> / FORMat / Order2 / any / BPSK
8 / NORMal / 8PSK
8 / DIFFerential / D8PSK
Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- Returns:
pskn_state: 2 | 8
- set(pskn_state: float) None[source]
# [SENSe]:DDEMod:PATTern:PSK:NSTate driver.applications.k70Vsa.sense.ddemod.pattern.psk.nstate.set(pskn_state = 1.0)
Together with DDEMod:PATT:PSK:FORMat, this command defines the demodulation order for PSK for the pattern (see also method
RsFsw.applications.k70Vsa.sense.ddemod.pattern.psk.formatPy.set()) . Depending on the demodulation format and state, the following orders are available: <PSKNSTATe> / FORMat / Order2 / any / BPSK
8 / NORMal / 8PSK
8 / DIFFerential / D8PSK
Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- Parameters:
pskn_state – 2 | 8