Fspread

SCPI Command :

[SOURce<HW>]:FSIMulator:DEL:GROup<ST>:PATH<CH>:FSPRead
class FspreadCls[source]

Fspread commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(fadingGroup=FadingGroup.Default, path=Path.Default) float[source]
# SCPI: [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.

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

fspread: float Range: 1E-4 to 30

set(fspread: float, fadingGroup=FadingGroup.Default, path=Path.Default) None[source]
# SCPI: [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.

param fspread

float Range: 1E-4 to 30

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’)