ShImmediate

SCPI Command :

SYSTem:SHIMmediate
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() EventOnce[source]
# 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.

set(hw_update: EventOnce) None[source]
# 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.

Cloning the Group

# Create a copy of the original group, that exists independently
shImmediate_copy = driver.system.shImmediate.clone()

Subgroups