State

SCPI Command :

[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CORRelation: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>:CORRelation:STATe
value: bool = driver.source.fsimulator.delay.group.path.correlation.state.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Enables correlation of the paths of the first fader. The suffix in SOURce defines the fader on which path settings the correlation is based. When correlation is enabled, the settings of the correlation parameters, the profile, the speed and the lognormal parameters are the same for both paths.

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>:CORRelation:STATe
driver.source.fsimulator.delay.group.path.correlation.state.set(state = False, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)

Enables correlation of the paths of the first fader. The suffix in SOURce defines the fader on which path settings the correlation is based. When correlation is enabled, the settings of the correlation parameters, the profile, the speed and the lognormal parameters are the same for both paths.

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’)