ShImmediate
SCPI Command :
SYSTem:SHIMmediate
- class ShImmediateCls[source]
ShImmediate commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() RsFsw.enums.EventOnce [source]
# SCPI: SYSTem:SHIMmediate value: enums.EventOnce = driver.system.shImmediate.get()
Executes any received remote commands that cause changes to the hardware and have not been executed yet due to a SYST:SHIM:STAT OFF command.
- return
hw_update: No help available
- set(hw_update: RsFsw.enums.EventOnce) None [source]
# SCPI: SYSTem:SHIMmediate driver.system.shImmediate.set(hw_update = enums.EventOnce.ONCE)
Executes any received remote commands that cause changes to the hardware and have not been executed yet due to a SYST:SHIM:STAT OFF command.
- param hw_update
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.system.shImmediate.clone()
Subgroups