Mode

SCPI Command :

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

Returns:

frame_mode: DEFault | USER Default A single frame is assumed to correspond to the result range defined by method RsFsw.applications.k70Vsa.sense.ddemod.time.set() . 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 method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.structure.set() . If no structure is configured or loaded yet, the result range definition is used (as for ‘Default’) .

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

Parameters:

frame_mode – DEFault | USER Default A single frame is assumed to correspond to the result range defined by method RsFsw.applications.k70Vsa.sense.ddemod.time.set() . 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 method RsFsw.applications.k70Vsa.sense.ddemod.pattern.frame.edit.structure.set() . If no structure is configured or loaded yet, the result range definition is used (as for ‘Default’) .