DelPy

SCPI Command :

[SOURce<HW>]:FSIMulator:DEL:STATe
class DelPyCls[source]

DelPy commands group definition. 23 total commands, 1 Subgroups, 1 group commands

get_state() bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:DEL:STATe
value: bool = driver.source.fsimulator.delPy.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:DEL:STATe
driver.source.fsimulator.delPy.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.delPy.clone()

Subgroups