FormatPy

SCPI Commands

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

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

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

This command defines the specific demodulation order for QAM for the pattern. This command is only available if the additional Multi-Modulation Analysis option (R&S FSWP-K70M) is installed.

return

qam_format: NORMal | DIFFerential NORMal Demodulation order QAM is used. DIFFerential Demodulation order DQAM is used.

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

This command defines the specific demodulation order for QAM for the pattern. This command is only available if the additional Multi-Modulation Analysis option (R&S FSWP-K70M) is installed.

param qam_format

NORMal | DIFFerential NORMal Demodulation order QAM is used. DIFFerential Demodulation order DQAM is used.