Delay

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:STATe
Commands in total: 24
Subgroups: 2
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:FSIMulator:DELay:STATe
value: bool = driver.source.fsimulator.delay.get_state()

Enables the fading configurations. Note: Changing the configuration will cause an interruption in the fading process, followed by a restart after about one second.

Returns:

state: 1 | ON | 0| OFF

set_state(state: bool) None[source]
# [SOURce<HW>]:FSIMulator:DELay:STATe
driver.source.fsimulator.delay.set_state(state = False)

Enables the fading configurations. Note: Changing the configuration will cause an interruption in the fading process, followed by a restart after about one second.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
delay_copy = driver.source.fsimulator.delay.clone()

Subgroups