Angle

SCPI Command :

[SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:DEParture:ANGLe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cluster=Cluster.Default) float[source]
# [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:DEParture:ANGLe
value: float = driver.source.fsimulator.mimo.scwi.cluster.departure.angle.get(cluster = repcap.Cluster.Default)

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

Parameters:

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

Returns:

angle: float Range: 0 to 359.999

set(angle: float, cluster=Cluster.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:SCWI:CLUSter<CH>:DEParture:ANGLe
driver.source.fsimulator.mimo.scwi.cluster.departure.angle.set(angle = 1.0, cluster = repcap.Cluster.Default)

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

Parameters:
  • angle – float Range: 0 to 359.999

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