FormatPy

SCPI Commands

SENSe:DDEMod:MSK:FORMat
class FormatPyCls[source]

FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() MskFormat[source]
# SCPI: [SENSe]:DDEMod:MSK:FORMat
value: enums.MskFormat = driver.applications.k70Vsa.sense.ddemod.msk.formatPy.get()

This command defines the specific demodulation order for MSK.

return

msk_format: TYPe1 | TYPe2 | NORMal | DIFFerential TYPE1 | NORMal Demodulation order MSK is used. TYPE2 | DIFFerential Demodulation order DMSK is used.

set(msk_format: MskFormat) None[source]
# SCPI: [SENSe]:DDEMod:MSK:FORMat
driver.applications.k70Vsa.sense.ddemod.msk.formatPy.set(msk_format = enums.MskFormat.DIFFerential)

This command defines the specific demodulation order for MSK.

param msk_format

TYPe1 | TYPe2 | NORMal | DIFFerential TYPE1 | NORMal Demodulation order MSK is used. TYPE2 | DIFFerential Demodulation order DMSK is used.