Fshift
SCPI Command :
[SOURce<HW>]:FSIMulator:DELay:GROup<ST>:PATH<CH>:FSHift
- class FshiftCls[source]
Fshift 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>: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.
- 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
fshift: float Range: -10 to 10
- set(fshift: float, fadingGroup=FadingGroup.Default, path=Path.Default) None [source]
# SCPI: [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.
- param fshift
float Range: -10 to 10
- 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’)