LtCorrection
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:WAAS:NMESsage:NAV:LTCorrection:PERiod
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:WAAS:NMESsage:NAV:LTCorrection:STATe
- class LtCorrectionCls[source]
LtCorrection commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_period() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:WAAS:NMESsage:NAV:LTCorrection:PERiod value: int = driver.source.bb.gnss.system.sbas.waas.nmessage.nav.ltCorrection.get_period()
Sets the periodicity of the SBAS message.
- return
interval: integer Range: 0 to 999
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:WAAS:NMESsage:NAV:LTCorrection:STATe value: bool = driver.source.bb.gnss.system.sbas.waas.nmessage.nav.ltCorrection.get_state()
Enables generation of the particular SBAS correction data.
- return
state: 1| ON| 0| OFF
- set_period(interval: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:WAAS:NMESsage:NAV:LTCorrection:PERiod driver.source.bb.gnss.system.sbas.waas.nmessage.nav.ltCorrection.set_period(interval = 1)
Sets the periodicity of the SBAS message.
- param interval
integer Range: 0 to 999
- set_state(state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:WAAS:NMESsage:NAV:LTCorrection:STATe driver.source.bb.gnss.system.sbas.waas.nmessage.nav.ltCorrection.set_state(state = False)
Enables generation of the particular SBAS correction data.
- param state
1| ON| 0| OFF