FormatPy
SCPI Command :
[SENSe]:DDEMod:PATTern:QAM:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.QamFormat [source]
# SCPI: [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.
- return
qam_format: NORMal | DIFFerential NORMal Demodulation order QAM is used. DIFFerential Demodulation order DQAM is used.
- set(qam_format: RsFsw.enums.QamFormat) None [source]
# SCPI: [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.
- param qam_format
NORMal | DIFFerential NORMal Demodulation order QAM is used. DIFFerential Demodulation order DQAM is used.