State
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CORRelation: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>: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 activated, the settings of the correlation parameters, the profile, the speed and the lognormal parameters are the same for both paths.
- 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>: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 activated, the settings of the correlation parameters, the profile, the speed and the lognormal parameters are the same for both paths.
- 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’)