Angle
SCPI Command :
[SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:ANGLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mimoTap=MimoTap.Default, ray=Ray.Default) float[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:ANGLe value: float = driver.source.fsimulator.mimo.tap.tgn.ray.departure.angle.get(mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)
Sets the AoA (Angle of Arrival) / AoD (Angle of Departure) of the selected ray.
- Parameters:
mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
ray – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ray’)
- Returns:
dep_angle: float Range: 0 to 359.999
- set(dep_angle: float, mimoTap=MimoTap.Default, ray=Ray.Default) None[source]
# [SOURce<HW>]:FSIMulator:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:ANGLe driver.source.fsimulator.mimo.tap.tgn.ray.departure.angle.set(dep_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.
- Parameters:
dep_angle – float Range: 0 to 359.999
mimoTap – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)
ray – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ray’)