Galileo

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:STARt:GALileo:OFFSet
[SOURce<HW>]:BB:GNSS:TIME:STARt:GALileo:TOWeek
[SOURce<HW>]:BB:GNSS:TIME:STARt:GALileo:WNUMber
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_offset() float[source]
# [SOURce<HW>]:BB:GNSS:TIME:STARt:GALileo:OFFSet
value: float = driver.source.bb.gnss.time.start.galileo.get_offset()

Queries the time offset between the time in the navigation standard and UTC.

Returns:

utc_offset: float Range: -1E6 to 1E6

get_to_week() float[source]
# [SOURce<HW>]:BB:GNSS:TIME:STARt:GALileo:TOWeek
value: float = driver.source.bb.gnss.time.start.galileo.get_to_week()

Queries the time of week at the simulation start of the selected navigation standard.

Returns:

tow: float Range: 0 to 604799.999

get_wnumber() int[source]
# [SOURce<HW>]:BB:GNSS:TIME:STARt:GALileo:WNUMber
value: int = driver.source.bb.gnss.time.start.galileo.get_wnumber()

Queries the week number at the simulation start of the selected navigation standard.

Returns:

system_week_number: integer Range: 0 to 10000