Control

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:SIGNal:L2Band:B3I:DATA:NMESsage:CONTrol
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) NavMsgCtrl[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:SIGNal:L2Band:B3I:DATA:NMESsage:CONTrol
value: enums.NavMsgCtrl = driver.source.bb.gnss.svid.beidou.signal.l2Band.b3I.data.nmessage.control.get(satelliteSvid = repcap.SatelliteSvid.Default)

Defines whether the navigation message parameters can be changed or not.

Parameters:

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

Returns:

nav_msg_control: OFF | EDIT | AUTO | OFF | EDIT | AUTO OFF Disables sending the navigation message. EDIT Enables configuration of the navigation message. AUTO Navigation message is generated automatically.

set(nav_msg_control: NavMsgCtrl, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:SIGNal:L2Band:B3I:DATA:NMESsage:CONTrol
driver.source.bb.gnss.svid.beidou.signal.l2Band.b3I.data.nmessage.control.set(nav_msg_control = enums.NavMsgCtrl.AUTO, satelliteSvid = repcap.SatelliteSvid.Default)

Defines whether the navigation message parameters can be changed or not.

Parameters:
  • nav_msg_control – OFF | EDIT | AUTO | OFF | EDIT | AUTO OFF Disables sending the navigation message. EDIT Enables configuration of the navigation message. AUTO Navigation message is generated automatically.

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