Modulation

SCPI Command :

[SENSe]:DDEMod:PATTern:FRAMe:EDIT:PREVious:MODulation
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() FrameModulation[source]
# [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.

Returns:

modulation: AUTO | DATA | PATTern Data The modulation type defined for data symbols is used (see method RsFsw.applications.k70Vsa.sense.ddemod.mapping.value.set() ) Pattern The modulation type defined for pattern symbols is used (see method RsFsw.applications.k70Vsa.sense.ddemod.pattern.mapping.value.set() ) . Auto The previous frame uses the same modulation as the last subframe of the frame configuration.

set(modulation: FrameModulation) None[source]
# [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.

Parameters:

modulation – AUTO | DATA | PATTern Data The modulation type defined for data symbols is used (see method RsFsw.applications.k70Vsa.sense.ddemod.mapping.value.set() ) Pattern The modulation type defined for pattern symbols is used (see method RsFsw.applications.k70Vsa.sense.ddemod.pattern.mapping.value.set() ) . Auto The previous frame uses the same modulation as the last subframe of the frame configuration.