Angle

SCPI Command :

[SOURce<HW>]:CEMulation:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture: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>]:CEMulation:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:ANGLe
value: float = driver.source.cemulation.mimo.tap.tgn.ray.departure.angle.get(mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

No command help available

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:

dep_angle: No help available

set(dep_angle: float, mimoTap=MimoTap.Default, ray=Ray.Default) None[source]
# SCPI: [SOURce<HW>]:CEMulation:MIMO:TAP<CH>:TGN:RAY<ST>:DEParture:ANGLe
driver.source.cemulation.mimo.tap.tgn.ray.departure.angle.set(dep_angle = 1.0, mimoTap = repcap.MimoTap.Default, ray = repcap.Ray.Default)

No command help available

param dep_angle:

No help available

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’)