Angle

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:ZENith:ANGLe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default) float[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:ZENith:ANGLe
value: float = driver.source.fsimulator.scm.tap.arrival.zenith.angle.get(mimoTap = repcap.MimoTap.Default)

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

Parameters:

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

set(arr_zenith: float, mimoTap=MimoTap.Default) None[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:ZENith:ANGLe
driver.source.fsimulator.scm.tap.arrival.zenith.angle.set(arr_zenith = 1.0, mimoTap = repcap.MimoTap.Default)

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

Parameters:
  • arr_zenith – float Range: 0 to 359.999

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