TypePy

SCPI Command :

MMEMory:LOAD:TYPE
class TypePyCls[source]

TypePy commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.LoadType[source]
# SCPI: 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.

return

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: RsFsw.enums.LoadType) None[source]
# SCPI: 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.

param 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.