Fshift
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:FSHift
- 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>:FSHift value: float = driver.source.fsimulator.delay.group.path.fshift.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the frequency shift for the Gauss Watterson fading.
- 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:
fshift: float Range: -10 to 10
- set(fshift: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:FSHift driver.source.fsimulator.delay.group.path.fshift.set(fshift = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the frequency shift for the Gauss Watterson fading.
- Parameters:
fshift – float Range: -10 to 10
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’)