State

SCPI Command :

SYSTem:SHIMmediate:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# SYSTem:SHIMmediate:STATe
value: bool = driver.system.shImmediate.state.get()

Determines when the remote commands that change hardware settings on the FSW are executed. Regardless of this setting, the firmware automatically sets the hardware when a sweep is started. This setting is not changed by the preset function.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Remote commands that cause changes to the hardware are only executed when the SYSTem:SHIMmediate ONCE command is executed. ON | 1 Remote commands are always executed immediately when they are received by the instrument.

set(state: bool) None[source]
# SYSTem:SHIMmediate:STATe
driver.system.shImmediate.state.set(state = False)

Determines when the remote commands that change hardware settings on the FSW are executed. Regardless of this setting, the firmware automatically sets the hardware when a sweep is started. This setting is not changed by the preset function.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Remote commands that cause changes to the hardware are only executed when the SYSTem:SHIMmediate ONCE command is executed. ON | 1 Remote commands are always executed immediately when they are received by the instrument.