Fcorrection

SCPI Commands :

[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:FCORrection:PERiod
[SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:FCORrection:STATe
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_period() float[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:FCORrection:PERiod
value: float = driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.fcorrection.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:FCORrection:STATe
value: bool = driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.fcorrection.get_state()

Enables generation of the particular SBAS correction data.

Returns:

state: 1 | ON | 0| OFF

set_period(interval: float) None[source]
# [SOURce<HW>]:BB:GNSS:SYSTem:SBAS:GAGAN:NMESsage:NAV:FCORrection:PERiod
driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.fcorrection.set_period(interval = 1.0)

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:FCORrection:STATe
driver.source.bb.gnss.system.sbas.gagan.nmessage.nav.fcorrection.set_state(state = False)

Enables generation of the particular SBAS correction data.

Parameters:

state – 1 | ON | 0| OFF