FormatPy

SCPI Command :

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

Defines the specific demodulation order for MSK.

Returns:

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]
# [SENSe]:DDEMod:MSK:FORMat
driver.applications.k70Vsa.sense.ddemod.msk.formatPy.set(msk_format = enums.MskFormat.DIFFerential)

Defines the specific demodulation order for MSK.

Parameters:

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