Coefficient
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CORRelation:COEFficient
- class CoefficientCls[source]
Coefficient commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float [source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CORRelation:COEFficient value: float = driver.source.fsimulator.delay.group.path.correlation.coefficient.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Determines the magnitude of the complex correlation coefficient. The higher the entered percentage, the greater the correlation of the statistical fading processes for the two paths. Highly correlated ambient conditions for the signal are simulated in this manner. Sets the correlation coefficient of the correlated path of the second fader also to the entered value.
- 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
coefficient: float Range: 0 to 100, Unit: PCT
- set(coefficient: float, fadingGroup=FadingGroup.Default, path=Path.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CORRelation:COEFficient driver.source.fsimulator.delay.group.path.correlation.coefficient.set(coefficient = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Determines the magnitude of the complex correlation coefficient. The higher the entered percentage, the greater the correlation of the statistical fading processes for the two paths. Highly correlated ambient conditions for the signal are simulated in this manner. Sets the correlation coefficient of the correlated path of the second fader also to the entered value.
- param coefficient
float Range: 0 to 100, Unit: PCT
- 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’)