FormatPy

SCPI Commands

SENSe:DDEMod:QPSK:FORMat
class FormatPyCls[source]

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

get() QpskFormat[source]
# SCPI: [SENSe]:DDEMod:QPSK:FORMat
value: enums.QpskFormat = driver.applications.k70Vsa.sense.ddemod.qpsk.formatPy.get()

This command defines the demodulation order for QPSK.

return

qpsk_format: NORMal | DIFFerential | NPI4 | DPI4 | OFFSet | SOFFset | N3Pi4 NORMal Demodulation order QPSK is used. DIFFerential Demodulation order DQPSK is used. NPI4 Demodulation order π/4 QPSK is used. DPI4 Demodulation order π/4 DQPSK is used. OFFSet Demodulation order OQPSK is used. N3PI4 Demodulation order 3π/4 QPSK is used. SOFFset Shaped Offset QPSK

set(qpsk_format: QpskFormat) None[source]
# SCPI: [SENSe]:DDEMod:QPSK:FORMat
driver.applications.k70Vsa.sense.ddemod.qpsk.formatPy.set(qpsk_format = enums.QpskFormat.DIFFerential)

This command defines the demodulation order for QPSK.

param qpsk_format

NORMal | DIFFerential | NPI4 | DPI4 | OFFSet | SOFFset | N3Pi4 NORMal Demodulation order QPSK is used. DIFFerential Demodulation order DQPSK is used. NPI4 Demodulation order π/4 QPSK is used. DPI4 Demodulation order π/4 DQPSK is used. OFFSet Demodulation order OQPSK is used. N3PI4 Demodulation order 3π/4 QPSK is used. SOFFset Shaped Offset QPSK