Horizontal

SCPI Command :

[SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:ANGLe:HORizontal
class HorizontalCls[source]

Horizontal commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(objectIx=ObjectIx.Default, subchannel=Subchannel.Default) float[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:ANGLe:HORizontal
value: float = driver.source.areGenerator.object.subChannel.angle.horizontal.get(objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

Sets the horizontal angle of the simulated radar object.

param objectIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

param subchannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

return:

areg_obj_hor_angle: float Range: -90 to 90

set(areg_obj_hor_angle: float, objectIx=ObjectIx.Default, subchannel=Subchannel.Default) None[source]
# SCPI: [SOURce<HW>]:AREGenerator:OBJect<CH>:[SUBChannel<ST>]:ANGLe:HORizontal
driver.source.areGenerator.object.subChannel.angle.horizontal.set(areg_obj_hor_angle = 1.0, objectIx = repcap.ObjectIx.Default, subchannel = repcap.Subchannel.Default)

Sets the horizontal angle of the simulated radar object.

param areg_obj_hor_angle:

float Range: -90 to 90

param objectIx:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

param subchannel:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)