DelPy
SCPI Command :
[SOURce<HW>]:CEMulation:DEL:STATe
- class DelPyCls[source]
DelPy commands group definition. 24 total commands, 2 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:CEMulation:DEL:STATe value: bool = driver.source.cemulation.delPy.get_state()
No command help available
- return:
state: No help available
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:CEMulation:DEL:STATe driver.source.cemulation.delPy.set_state(state = False)
No command help available
- param state:
No help available
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.cemulation.delPy.clone()
Subgroups