FormatPy

SCPI Command :

[SENSe]:DDEMod:PATTern:QAM:FORMat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() QamFormat[source]
# [SENSe]:DDEMod:PATTern:QAM:FORMat
value: enums.QamFormat = driver.applications.k70Vsa.sense.ddemod.pattern.qam.formatPy.get()

Defines the specific demodulation order for QAM for the pattern. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Returns:

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

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

Defines the specific demodulation order for QAM for the pattern. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Parameters:

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