Delay
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:STATe
- class DelayCls[source]
Delay commands group definition. 23 total commands, 1 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:STATe value: bool = driver.source.fsimulator.delay.get_state()
Activates the fading configurations. Note: Changing the configuration will cause an interruption in the fading process, followed by a restart after about one second.
- return
state: 1| ON| 0| OFF
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:STATe driver.source.fsimulator.delay.set_state(state = False)
Activates the fading configurations. Note: Changing the configuration will cause an interruption in the fading process, followed by a restart after about one second.
- param state
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.delay.clone()
Subgroups