Rinex
SCPI Commands :
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:RINex:PERiod
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:RINex:STATe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_period() int[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:RINex:PERiod value: int = driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.rinex.get_period()
Sets the periodicity of the SBAS message.
- Returns:
interval: integer Range: 0 to 999
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:RINex:STATe value: bool = driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.rinex.get_state()
Enables generation of the particular SBAS correction data.
- Returns:
state: 1 | ON | 0| OFF
- set_period(interval: int) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:RINex:PERiod driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.rinex.set_period(interval = 1)
Sets the periodicity of the SBAS message.
- Parameters:
interval – integer Range: 0 to 999
- set_state(state: bool) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:RINex:STATe driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.rinex.set_state(state = False)
Enables generation of the particular SBAS correction data.
- Parameters:
state – 1 | ON | 0| OFF