Delay

SCPI Command :

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

No help available

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

No help available

Cloning the Group

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

Subgroups