Modulation

SCPI Command :

[SENSe]:DDEMod:PATTern:FRAMe:EDIT:PREVious:MODulation
class ModulationCls[source]

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

get() RsFsw.enums.FrameModulation[source]
# SCPI: [SENSe]:DDEMod:PATTern:FRAMe:EDIT:PREVious:MODulation
value: enums.FrameModulation = driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.previous.modulation.get()

Determines which modulation type is used to demodulate the frame previous to the first configured subframe. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

return

modulation: AUTO | DATA | PATTern Data The modulation type defined for data symbols is used (see [SENSe:]DDEMod:MAPPing[:VALue]) Pattern The modulation type defined for pattern symbols is used (see [SENSe:]DDEMod:PATTern:MAPPing[:VALue]) . Auto The previous frame uses the same modulation as the last subframe of the frame configuration.

set(modulation: RsFsw.enums.FrameModulation) None[source]
# SCPI: [SENSe]:DDEMod:PATTern:FRAMe:EDIT:PREVious:MODulation
driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.previous.modulation.set(modulation = enums.FrameModulation.AUTO)

Determines which modulation type is used to demodulate the frame previous to the first configured subframe. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

param modulation

AUTO | DATA | PATTern Data The modulation type defined for data symbols is used (see [SENSe:]DDEMod:MAPPing[:VALue]) Pattern The modulation type defined for pattern symbols is used (see [SENSe:]DDEMod:PATTern:MAPPing[:VALue]) . Auto The previous frame uses the same modulation as the last subframe of the frame configuration.