Mode
SCPI Command :
[SENSe]:DDEMod:PATTern:FRAMe:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.ConfigMode [source]
# SCPI: [SENSe]:DDEMod:PATTern:FRAMe:MODE value: enums.ConfigMode = driver.applications.k70Vsa.sense.ddemod.pattern.frame.mode.get()
Determines whether the frame structure of the signal is configured in reference to the result range or user-defined. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- return
frame_mode: DEFault | USER Default A single frame is assumed to correspond to the result range defined by [SENSe:]DDEMod:TIME. User-Defined A frame is defined manually as a succession of subframes with specified characteristics. In this case, the result range is assumed to be a single frame as specified by [SENSe:]DDEMod:PATTern:FRAMe:EDIT:STRucture. If no structure is configured or loaded yet, the result range definition is used (as for ‘Default’) .
- set(frame_mode: RsFsw.enums.ConfigMode) None [source]
# SCPI: [SENSe]:DDEMod:PATTern:FRAMe:MODE driver.applications.k70Vsa.sense.ddemod.pattern.frame.mode.set(frame_mode = enums.ConfigMode.DEFault)
Determines whether the frame structure of the signal is configured in reference to the result range or user-defined. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.
- param frame_mode
DEFault | USER Default A single frame is assumed to correspond to the result range defined by [SENSe:]DDEMod:TIME. User-Defined A frame is defined manually as a succession of subframes with specified characteristics. In this case, the result range is assumed to be a single frame as specified by [SENSe:]DDEMod:PATTern:FRAMe:EDIT:STRucture. If no structure is configured or loaded yet, the result range definition is used (as for ‘Default’) .