FormatPy
SCPI Command :
[SENSe]:DDEMod:MSK:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.MskFormat [source]
# SCPI: [SENSe]:DDEMod:MSK:FORMat value: enums.MskFormat = driver.applications.k70Vsa.sense.ddemod.msk.formatPy.get()
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: RsFsw.enums.MskFormat) None [source]
# SCPI: [SENSe]:DDEMod:MSK:FORMat driver.applications.k70Vsa.sense.ddemod.msk.formatPy.set(msk_format = enums.MskFormat.DIFFerential)
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.