Angle
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:ARRival:ANGLe
- class AngleCls[source]
Angle commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mimoTap=MimoTap.Default, ray=Ray.Default) float [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:ARRival:ANGLe value: float = driver.source.fsimulator.mimo.tap.tgn.ray.arrival.angle.get(mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)
Sets the AoA (Angle of Arrival) / AoD (Angle of Departure) of the selected ray.
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- param ray
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ray’)
- return
arr_angle: No help available
- set(arr_angle: float, mimoTap=MimoTap.Default, ray=Ray.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:ARRival:ANGLe driver.source.fsimulator.mimo.tap.tgn.ray.arrival.angle.set(arr_angle = 1.0, mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)
Sets the AoA (Angle of Arrival) / AoD (Angle of Departure) of the selected ray.
- param arr_angle
float Range: 0 to 359.999
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
- param ray
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ray’)