Enable
SCPI Command :
MDEFaults:SETTings<*>:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(settings=Settings.Default) bool[source]
# MDEFaults:SETTings<*>:ENABle value: bool = driver.mdefaults.settings.enable.get(settings = repcap.Settings.Default)
Adds or removes the specified default measurement configuration.
- Parameters:
settings – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Settings’)
- Returns:
item: OFF | ON
- set(item: bool, settings=Settings.Default) None[source]
# MDEFaults:SETTings<*>:ENABle driver.mdefaults.settings.enable.set(item = False, settings = repcap.Settings.Default)
Adds or removes the specified default measurement configuration.
- Parameters:
item – OFF | ON
settings – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Settings’)