Angle
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:ARRival:ZENith:ANGLe
- class AngleCls[source]
Angle commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mimoTap=MimoTap.Default) float [source]
# SCPI: [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.
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- return
arr_zenith: No help available
- set(arr_zenith: float, mimoTap=MimoTap.Default) None [source]
# SCPI: [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.
- param arr_zenith
float Range: 0 to 359.999
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)