HwSettings

SCPI Command :

MMEMory:SELect[:ITEM]:HWSettings
class HwSettingsCls[source]

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

get() bool[source]
# SCPI: MMEMory:SELect[:ITEM]:HWSettings
value: bool = driver.massMemory.select.item.hwSettings.get()

This command includes or excludes measurement (hardware) settings when storing or loading a configuration file. Measurement settings include:

  • general channel configuration

  • measurement hardware configuration including markers

  • limit lines Note that a configuration may include no more than 8 limit lines. This number includes active limit lines as well as inactive limit lines that were used last. Therefore the combination of inactivate limit lines depends on the sequence of use with method RsFsw.MassMemory.Load.State.set.

  • color settings

  • configuration for the hardcopy output

Depending on the used command, either the items from the entire instrument (MMEMory:SELect[:ITEM]…) , or only those from the currently selected channel (MMEM:SELect:CHANnel[:ITEM]…) are stored or loaded.

return

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# SCPI: MMEMory:SELect[:ITEM]:HWSettings
driver.massMemory.select.item.hwSettings.set(state = False)

This command includes or excludes measurement (hardware) settings when storing or loading a configuration file. Measurement settings include:

  • general channel configuration

  • measurement hardware configuration including markers

  • limit lines Note that a configuration may include no more than 8 limit lines. This number includes active limit lines as well as inactive limit lines that were used last. Therefore the combination of inactivate limit lines depends on the sequence of use with method RsFsw.MassMemory.Load.State.set.

  • color settings

  • configuration for the hardcopy output

Depending on the used command, either the items from the entire instrument (MMEMory:SELect[:ITEM]…) , or only those from the currently selected channel (MMEM:SELect:CHANnel[:ITEM]…) are stored or loaded.

param state

ON | OFF | 0 | 1