Spread
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:ARRival:SPRead
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cluster=Cluster.Default) float[source]
# [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.
- Parameters:
cluster – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)
- Returns:
spread: float Range: 1 to 75
- set(spread: float, cluster=Cluster.Default) None[source]
# [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.
- Parameters:
spread – float Range: 1 to 75
cluster – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)