Spread

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:ARRival:SPRead
class SpreadCls[source]

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

get(cluster=Cluster.Default) float[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:ARRival:SPRead
value: float = driver.source.fsimulator.mimo.scwi.cluster.arrival.spread.get(cluster = repcap.Cluster.Default)

Sets the AoA (angle of arrival) / AoD (angle of departure) spread (AS) of the selected cluster.

param cluster

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)

return

spread: float Range: 1 to 75

set(spread: float, cluster=Cluster.Default) None[source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:ARRival:SPRead
driver.source.fsimulator.mimo.scwi.cluster.arrival.spread.set(spread = 1.0, cluster = repcap.Cluster.Default)

Sets the AoA (angle of arrival) / AoD (angle of departure) spread (AS) of the selected cluster.

param spread

float Range: 1 to 75

param cluster

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)