State

SCPI Command :

[SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(path=Path.Default) bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:CDYNamic:PATH<CH>:STATe
value: bool = driver.source.fsimulator.cdynamic.path.state.get(path = repcap.Path.Default)

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

param path

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

return

state: 1| ON| 0| OFF

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

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

param state

1| ON| 0| OFF

param path

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