Cdynamic

SCPI Commands :

[SOURce<HW>]:FSIMulator:CDYNamic:DELete
[SOURce<HW>]:FSIMulator:CDYNamic:STATe
Commands in total: 11
Subgroups: 3
Direct child commands: 2
delete(filename: str) None[source]
# [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.

Parameters:

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

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

Enables the customized dynamic fading configuration.

Returns:

state: 1 | ON | 0| OFF

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

Enables the customized dynamic fading configuration.

Parameters:

state – 1 | ON | 0| OFF

Cloning the Group

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

Subgroups