State

SCPI Command :

[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(path=Path.Default) bool[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:STATe
value: bool = driver.source.fsimulator.cdynamic.path.state.get(path = repcap.Path.Default)

Enables the selected path, if a customized dynamic file is selected.

Parameters:

path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:STATe
driver.source.fsimulator.cdynamic.path.state.set(state = False, path = repcap.Path.Default)

Enables the selected path, if a customized dynamic file is selected.

Parameters:
  • state – 1 | ON | 0| OFF

  • path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Path’)