Cdynamic

SCPI Commands :

[SOURce<HW>]:CEMulation:CDYNamic:DELete
[SOURce<HW>]:CEMulation:CDYNamic:STATe
class CdynamicCls[source]

Cdynamic commands group definition. 8 total commands, 2 Subgroups, 2 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:CEMulation:CDYNamic:DELete
driver.source.cemulation.cdynamic.delete(filename = 'abc')

No command help available

param filename:

No help available

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

No command help available

return:

state: No help available

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:CEMulation:CDYNamic:STATe
driver.source.cemulation.cdynamic.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.cdynamic.clone()

Subgroups