FormatPy

SCPI Command :

[SENSe]:DDEMod:PATTern:PSK:FORMat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PskFormat[source]
# [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 method RsFsw.applications.k70Vsa.sense.ddemod.pattern.psk.nstate.set() ) . 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.

Returns:

psk_format: NORMal | DIFFerential

set(psk_format: PskFormat) None[source]
# [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 method RsFsw.applications.k70Vsa.sense.ddemod.pattern.psk.nstate.set() ) . 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.

Parameters:

psk_format – NORMal | DIFFerential