Load

SCPI Command :

[SENSe]:DDEMod:PATTern:FRAMe:LOAD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:DDEMod:PATTern:FRAMe:LOAD
value: str = driver.applications.k70Vsa.sense.ddemod.pattern.frame.load.get()

Loads a user-defined frame structure configuration to be used by the measurement from an xml file. The default storage location for such files is C:/R_S/INSTR/USER/vsa/FrameRangeStructure. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Returns:

filename: string Path and file name of the xml file. The default storage location for frame structures is C:/R_S/INSTR/USER/vsa/FrameRange_Structure.

set(filename: str) None[source]
# [SENSe]:DDEMod:PATTern:FRAMe:LOAD
driver.applications.k70Vsa.sense.ddemod.pattern.frame.load.set(filename = 'abc')

Loads a user-defined frame structure configuration to be used by the measurement from an xml file. The default storage location for such files is C:/R_S/INSTR/USER/vsa/FrameRangeStructure. Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

Parameters:

filename – string Path and file name of the xml file. The default storage location for frame structures is C:/R_S/INSTR/USER/vsa/FrameRange_Structure.