Control
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SIGNal:L5Band:EL5S<US>:DATA:NMESsage:CONTrol
- class ControlCls[source]
Control commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default, index=Index.Default) RsSmbv.enums.NavMsgCtrl [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SIGNal:L5Band:EL5S<US>:DATA:NMESsage:CONTrol value: enums.NavMsgCtrl = driver.source.bb.gnss.svid.sbas.signal.l5Band.el5S.data.nmessage.control.get(satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)
Defines whether the navigation message parameters can be changed or not.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)
- return
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: RsSmbv.enums.NavMsgCtrl, satelliteSvid=SatelliteSvid.Default, index=Index.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SIGNal:L5Band:EL5S<US>:DATA:NMESsage:CONTrol driver.source.bb.gnss.svid.sbas.signal.l5Band.el5S.data.nmessage.control.set(nav_msg_control = enums.NavMsgCtrl.AUTO, satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)
Defines whether the navigation message parameters can be changed or not.
- param 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.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘El5S’)