V3D

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ANTenna:V3D
class V3DCls[source]

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

get(vehicle=Vehicle.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ANTenna:V3D
value: bool = driver.source.bb.gnss.receiver.v.antenna.v3D.get(vehicle = repcap.Vehicle.Default)

Activates the interactive 3D representation of the body mask or the power/phase distribution the antenna.

param vehicle

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

return

visualize_3_d: 1| ON| 0| OFF

set(visualize_3_d: bool, vehicle=Vehicle.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ANTenna:V3D
driver.source.bb.gnss.receiver.v.antenna.v3D.set(visualize_3_d = False, vehicle = repcap.Vehicle.Default)

Activates the interactive 3D representation of the body mask or the power/phase distribution the antenna.

param visualize_3_d

1| ON| 0| OFF

param vehicle

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