Spread
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:SPRead
- class SpreadCls[source]
Spread commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mimoTap=MimoTap.Default) float [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:SPRead value: float = driver.source.fsimulator.scm.tap.arrival.spread.get(mimoTap = repcap.MimoTap.Default)
Sets the AoA (angle of arrival) / AoD (angle of departure) spread (AS) of the cluster.
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- return
spread: float Range: 1 to 75
- set(spread: float, mimoTap=MimoTap.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:SPRead driver.source.fsimulator.scm.tap.arrival.spread.set(spread = 1.0, mimoTap = repcap.MimoTap.Default)
Sets the AoA (angle of arrival) / AoD (angle of departure) spread (AS) of the cluster.
- param spread
float Range: 1 to 75
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)