DelPy
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL:STATe
- Commands in total: 24Subgroups: 2Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:FSIMulator:DEL:STATe value: bool = driver.source.fsimulator.delPy.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:DEL:STATe driver.source.fsimulator.delPy.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
delPy_copy = driver.source.fsimulator.delPy.clone()
Subgroups