Mdelay
SCPI Command :
[SOURce<HW>]:CEMulation:MDELay:STATe
- Commands in total: 23Subgroups: 5Direct child commands: 1
- get_state() bool[source]
# [SOURce<HW>]:CEMulation:MDELay:STATe value: bool = driver.source.cemulation.mdelay.get_state()
No help available
- set_state(state: bool) None[source]
# [SOURce<HW>]:CEMulation:MDELay:STATe driver.source.cemulation.mdelay.set_state(state = False)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
mdelay_copy = driver.source.cemulation.mdelay.clone()
Subgroups