Cdynamic

SCPI Commands :

[SOURce<HW>]:CEMulation:CDYNamic:DELete
[SOURce<HW>]:CEMulation:CDYNamic:STATe
Commands in total: 11
Subgroups: 3
Direct child commands: 2
delete(filename: str) None[source]
# [SOURce<HW>]:CEMulation:CDYNamic:DELete
driver.source.cemulation.cdynamic.delete(filename = 'abc')

No help available

get_state() bool[source]
# [SOURce<HW>]:CEMulation:CDYNamic:STATe
value: bool = driver.source.cemulation.cdynamic.get_state()

No help available

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

No help available

Cloning the Group

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

Subgroups