FormatPy
SCPI Command :
[SENSe]:DDEMod:PSK:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() PskFormat[source]
# [SENSe]:DDEMod:PSK:FORMat value: enums.PskFormat = driver.applications.k70Vsa.sense.ddemod.psk.formatPy.get()
Together with DDEMod:PSK:NST, this command defines the demodulation order for PSK (see also method
RsFsw.applications.k70Vsa.sense.ddemod.psk.nstate.set()) . Depending on the demodulation format and state, the following orders are available: NSTATe / <PSKformat> / Order2 / NORMal / BPSK
2 / NPI2 / Pi/2-BPSK
2 / MNPI2 / 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:
psk_format: NORMal | DIFFerential | N3Pi8 | PI8D8psk | NPI2 | DPI2 | MNPi2
- set(psk_format: PskFormat) None[source]
# [SENSe]:DDEMod:PSK:FORMat driver.applications.k70Vsa.sense.ddemod.psk.formatPy.set(psk_format = enums.PskFormat.DIFFerential)
Together with DDEMod:PSK:NST, this command defines the demodulation order for PSK (see also method
RsFsw.applications.k70Vsa.sense.ddemod.psk.nstate.set()) . Depending on the demodulation format and state, the following orders are available: NSTATe / <PSKformat> / Order2 / NORMal / BPSK
2 / NPI2 / Pi/2-BPSK
2 / MNPI2 / 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:
psk_format – NORMal | DIFFerential | N3Pi8 | PI8D8psk | NPI2 | DPI2 | MNPi2