Angle

SCPI Command :

[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:DEParture:ZENith:ANGLe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mimoTap=MimoTap.Default) float[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:DEParture:ZENith:ANGLe
value: float = driver.source.fsimulator.scm.tap.departure.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(zenith_departure: float, mimoTap=MimoTap.Default) None[source]
# [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:DEParture:ZENith:ANGLe
driver.source.fsimulator.scm.tap.departure.zenith.angle.set(zenith_departure = 1.0, mimoTap = repcap.MimoTap.Default)

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

Parameters:
  • zenith_departure – float Range: 0 to 359.999

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