FormatPy

SCPI Commands

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

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

get() QamFormat[source]
# SCPI: [SENSe]:DDEMod:QAM:FORMat
value: enums.QamFormat = driver.applications.k70Vsa.sense.ddemod.qam.formatPy.get()

This command defines the specific demodulation order for QAM.

return

qam_format: NORMal | DIFFerential | NPI4 | MNPi4 NORMal Demodulation order QAM is used. DIFFerential Demodulation order DQAM is used. NPI4 Demodulation order π/4-16QAM is used. MNPI4 Demodulation order -π/4-32QAM is used.

set(qam_format: QamFormat) None[source]
# SCPI: [SENSe]:DDEMod:QAM:FORMat
driver.applications.k70Vsa.sense.ddemod.qam.formatPy.set(qam_format = enums.QamFormat.DIFFerential)

This command defines the specific demodulation order for QAM.

param qam_format

NORMal | DIFFerential | NPI4 | MNPi4 NORMal Demodulation order QAM is used. DIFFerential Demodulation order DQAM is used. NPI4 Demodulation order π/4-16QAM is used. MNPI4 Demodulation order -π/4-32QAM is used.