FormatPy
SCPI Command :
[SENSe]:DDEMod: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:QAM:FORMat value: enums.QamFormat = driver.applications.k70Vsa.sense.ddemod.qam.formatPy.get()
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 Pi/4-16QAM is used. MNPI4 Demodulation order -Pi/4-32QAM is used.
- set(qam_format: RsFsw.enums.QamFormat) None [source]
# SCPI: [SENSe]:DDEMod:QAM:FORMat driver.applications.k70Vsa.sense.ddemod.qam.formatPy.set(qam_format = enums.QamFormat.DIFFerential)
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 Pi/4-16QAM is used. MNPI4 Demodulation order -Pi/4-32QAM is used.