Cdynamic

SCPI Commands :

[SOURce<HW>]:FSIMulator:CDYNamic:DELete
[SOURce<HW>]:FSIMulator: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>]:FSIMulator:CDYNamic:DELete
driver.source.fsimulator.cdynamic.delete(filename = 'abc')

Deletes the specified file. Deleted are user-defined files with file extension *.fad_udyn.

param filename

‘filename’ Complete file path and file name; file extension can be omitted.

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

Activates the customized dynamic fading configuration.

return

state: 1| ON| 0| OFF

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

Activates the customized dynamic fading configuration.

param state

1| ON| 0| OFF

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.fsimulator.cdynamic.clone()

Subgroups