State

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:STATe
class StateCls[source]

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

get(fadingGroup=FadingGroup.Default, path=Path.Default) bool[source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:STATe
value: bool = driver.source.fsimulator.delay.group.path.state.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Activates the selected path.

param fadingGroup

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

param path

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

return

state: 1| ON| 0| OFF

set(state: bool, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:STATe
driver.source.fsimulator.delay.group.path.state.set(state = False, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Activates the selected path.

param state

1| ON| 0| OFF

param fadingGroup

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

param path

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