Angle
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:ARRival:ANGLe
- class AngleCls[source]
Angle 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:ANGLe value: float = driver.source.fsimulator.mimo.scwi.cluster.arrival.angle.get(cluster = repcap.Cluster.Default)
Sets the AoA (angle of arrival) / AoD (angle of departure) of the selected cluster.
- param cluster
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)
- return
angle: float Range: 0 to 359.999
- set(angle: float, cluster=Cluster.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:ARRival:ANGLe driver.source.fsimulator.mimo.scwi.cluster.arrival.angle.set(angle = 1.0, cluster = repcap.Cluster.Default)
Sets the AoA (angle of arrival) / AoD (angle of departure) of the selected cluster.
- param angle
float Range: 0 to 359.999
- param cluster
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cluster’)