Fspread
SCPI Command :
[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FSPRead
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FSPRead value: float = driver.source.fsimulator.delPy.group.path.fspread.get(fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the frequency spread 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:
fspread: float Range: 1E-4 to 30
- set(fspread: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# [SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FSPRead driver.source.fsimulator.delPy.group.path.fspread.set(fspread = 1.0, fadingGroup = repcap.FadingGroup.Default, path = repcap.Path.Default)
Sets the frequency spread for the Gauss Watterson fading.
- Parameters:
fspread – float Range: 1E-4 to 30
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’)