Angle
SCPI Command :
[SOURce<HW>]:FSIMulator:SCM:TAP<ST>:DEParture: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>:DEParture:ANGLe value: float = driver.source.fsimulator.scm.tap.departure.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
angle: float Range: 0 to 359.999
- set(angle: float, mimoTap=MimoTap.Default) None [source]
# SCPI: [SOURce<HW>]:FSIMulator:SCM:TAP<ST>:DEParture:ANGLe driver.source.fsimulator.scm.tap.departure.angle.set(angle = 1.0, mimoTap = repcap.MimoTap.Default)
Sets the AoA (angle of arrival) / AoD (angle of departure) of the cluster.
- param angle
float Range: 0 to 359.999
- param mimoTap
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tap’)