State

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(fadingGroup=FadingGroup.Default, path=Path.Default) bool[source]
# [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)

Enables the selected fading path.

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

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [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)

Enables the selected fading path.

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

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

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