TypePy
SCPI Command :
MMEMory:LOAD:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() LoadType[source]
# MMEMory:LOAD:TYPE value: enums.LoadType = driver.massMemory.load.typePy.get()
This command defines whether the channels that will be loaded with the subsequent method
RsFsw.massMemory.load.state.set()command will replace the current channel or activate a new channel.- Returns:
type_py: NEW | REPLace NEW The loaded settings will be activated in a new channel. REPLace The loaded settings will replace the currently active channel.
- set(type_py: LoadType) None[source]
# MMEMory:LOAD:TYPE driver.massMemory.load.typePy.set(type_py = enums.LoadType.NEW)
This command defines whether the channels that will be loaded with the subsequent method
RsFsw.massMemory.load.state.set()command will replace the current channel or activate a new channel.- Parameters:
type_py – NEW | REPLace NEW The loaded settings will be activated in a new channel. REPLace The loaded settings will replace the currently active channel.