Nstate
SCPI Command :
[SENSe]:DDEMod:PSK:NSTate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [SENSe]:DDEMod:PSK:NSTate value: float = driver.applications.k70Vsa.sense.ddemod.psk.nstate.get()
Together with DDEMod:PSK:FORMat, this command defines the demodulation order for PSK (see also method
RsFsw.applications.k70Vsa.sense.ddemod.psk.formatPy.set()) . Depending on the demodulation format and state, the following orders are available: <PSKNSTATe> / FORMat / Order2 / any / BPSK
2 / NPI2 / Pi/2-BPSK
2 / DPI2 / Pi/2-DBPSK
8 / NORMal / 8PSK
8 / DIFFerential / D8PSK
8 / N3Pi8 / 3pi/8-8PSK (EDGE)
8 / PI8D8PSK / Pi/8-D8PSK
- Returns:
pskn_state: 2 | 8
- set(pskn_state: float) None[source]
# [SENSe]:DDEMod:PSK:NSTate driver.applications.k70Vsa.sense.ddemod.psk.nstate.set(pskn_state = 1.0)
Together with DDEMod:PSK:FORMat, this command defines the demodulation order for PSK (see also method
RsFsw.applications.k70Vsa.sense.ddemod.psk.formatPy.set()) . Depending on the demodulation format and state, the following orders are available: <PSKNSTATe> / FORMat / Order2 / any / BPSK
2 / NPI2 / Pi/2-BPSK
2 / DPI2 / Pi/2-DBPSK
8 / NORMal / 8PSK
8 / DIFFerential / D8PSK
8 / N3Pi8 / 3pi/8-8PSK (EDGE)
8 / PI8D8PSK / Pi/8-D8PSK
- Parameters:
pskn_state – 2 | 8