Weighting

SCPI Command :

MMEMory:SELect:CHANnel[:ITEM]:WEIGhting
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# MMEMory:SELect:CHANnel[:ITEM]:WEIGhting
value: bool = driver.massMemory.select.channel.item.weighting.get()

No help available

set(state: bool) None[source]
# MMEMory:SELect:CHANnel[:ITEM]:WEIGhting
driver.massMemory.select.channel.item.weighting.set(state = False)

No help available