FormatPy

SCPI Command :

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

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

Returns:

qpsk_format: NORMal | DIFFerential NORMal Demodulation order QPSK is used. DIFFerential Demodulation order DQPSK is used.

set(qpsk_format: QpskFormat) None[source]
# [SENSe]:DDEMod:PATTern:QPSK:FORMat
driver.applications.k70Vsa.sense.ddemod.pattern.qpsk.formatPy.set(qpsk_format = enums.QpskFormat.DIFFerential)

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

Parameters:

qpsk_format – NORMal | DIFFerential NORMal Demodulation order QPSK is used. DIFFerential Demodulation order DQPSK is used.