FormatPy

SCPI Command :

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

Selects the pattern demodulation mode. Some modes can only be queried as they are not supported for the two modulations feature, but could be set when ‘Same as Data Symbols’ is selected.

Returns:

group: MSK | PSK | QAM | QPSK | FSK | ASK | APSK | UQAM

set(group: DdemGroup) None[source]
# [SENSe]:DDEMod:PATTern:FORMat
driver.applications.k70Vsa.sense.ddemod.pattern.formatPy.set(group = enums.DdemGroup.APSK)

Selects the pattern demodulation mode. Some modes can only be queried as they are not supported for the two modulations feature, but could be set when ‘Same as Data Symbols’ is selected.

Parameters:

group – MSK | PSK | QAM | QPSK | FSK | ASK | APSK | UQAM