Modulation
SCPI Command :
[SENSe]:DDEMod:PATTern:FRAMe:EDIT:NEXT:MODulation
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() FrameModulation[source]
# [SENSe]:DDEMod:PATTern:FRAMe:EDIT:NEXT:MODulation value: enums.FrameModulation = driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.next.modulation.get()
Determines which modulation type is used to demodulate the frame after to the last 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 methodRsFsw.applications.k70Vsa.sense.ddemod.pattern.mapping.value.set()) . Auto The nextt frame uses the same modulation as the first subframe of the frame configuration.
- set(modulation: FrameModulation) None[source]
# [SENSe]:DDEMod:PATTern:FRAMe:EDIT:NEXT:MODulation driver.applications.k70Vsa.sense.ddemod.pattern.frame.edit.next.modulation.set(modulation = enums.FrameModulation.AUTO)
Determines which modulation type is used to demodulate the frame after to the last 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 methodRsFsw.applications.k70Vsa.sense.ddemod.pattern.mapping.value.set()) . Auto The nextt frame uses the same modulation as the first subframe of the frame configuration.