V3D

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ANTenna:V3D
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) bool[source]
# [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.

Parameters:

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

Returns:

visualize_3_d: 1 | ON | 0| OFF

set(visualize_3_d: bool, vehicle=Vehicle.Default) None[source]
# [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.

Parameters:
  • visualize_3_d – 1 | ON | 0| OFF

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