Fcorrection
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:MSAS:NMESsage:NAV:FCORrection:PERiod
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:MSAS:NMESsage:NAV:FCORrection:STATe
- class FcorrectionCls[source]
Fcorrection commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_period() float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:MSAS:NMESsage:NAV:FCORrection:PERiod value: float = driver.source.bb.gnss.system.sbas.msas.nmessage.nav.fcorrection.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:MSAS:NMESsage:NAV:FCORrection:STATe value: bool = driver.source.bb.gnss.system.sbas.msas.nmessage.nav.fcorrection.get_state()
Enables generation of the particular SBAS correction data.
- return
state: 1| ON| 0| OFF
- set_period(interval: float) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:MSAS:NMESsage:NAV:FCORrection:PERiod driver.source.bb.gnss.system.sbas.msas.nmessage.nav.fcorrection.set_period(interval = 1.0)
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:MSAS:NMESsage:NAV:FCORrection:STATe driver.source.bb.gnss.system.sbas.msas.nmessage.nav.fcorrection.set_state(state = False)
Enables generation of the particular SBAS correction data.
- param state
1| ON| 0| OFF