FormatPy

SCPI Command :

[SENSe]:DDEMod:PATTern:PSK:FORMat
class FormatPyCls[source]

FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.PskFormat[source]
# SCPI: [SENSe]:DDEMod:PATTern:PSK:FORMat
value: enums.PskFormat = driver.applications.k70Vsa.sense.ddemod.pattern.psk.formatPy.get()

Together with DDEMod:PATT:PSK:NST, this command defines the demodulation order for PSK for the pattern (see also [SENSe:]DDEMod:PATTern:PSK:NSTate) .

Table Header: NSTATe / <PSKformat> / Order

  • 2 / NORMal / BPSK

  • 8 / NORMal / 8PSK

  • 8 / DIFFerential / D8PSK

Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

return

psk_format: NORMal | DIFFerential

set(psk_format: RsFsw.enums.PskFormat) None[source]
# SCPI: [SENSe]:DDEMod:PATTern:PSK:FORMat
driver.applications.k70Vsa.sense.ddemod.pattern.psk.formatPy.set(psk_format = enums.PskFormat.DIFFerential)

Together with DDEMod:PATT:PSK:NST, this command defines the demodulation order for PSK for the pattern (see also [SENSe:]DDEMod:PATTern:PSK:NSTate) .

Table Header: NSTATe / <PSKformat> / Order

  • 2 / NORMal / BPSK

  • 8 / NORMal / 8PSK

  • 8 / DIFFerential / D8PSK

Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

param psk_format

NORMal | DIFFerential