Coefficient
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:CORRelation:COEFficient
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [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)
Sets the magnitude of the complex correlation coefficient. The higher the entered percentage, the greater the correlation of the statistical fading processes for the two fading 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.
- 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:
coefficient: float Range: 0 to 100, Unit: PCT
- set(coefficient: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [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)
Sets the magnitude of the complex correlation coefficient. The higher the entered percentage, the greater the correlation of the statistical fading processes for the two fading 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.
- Parameters:
coefficient – float Range: 0 to 100, Unit: PCT
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’)