Navic
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:OFFSet
[SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:TOWeek
[SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:WNUMber
- class NavicCls[source]
Navic commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_offset() → float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:OFFSet value: float = driver.source.bb.gnss.time.start.navic.get_offset()
Queries the time offset between the time in the navigation standard and UTC.
- return
utc_offset: float Range: -1E6 to 1E6
- get_to_week() → float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:TOWeek value: float = driver.source.bb.gnss.time.start.navic.get_to_week()
Queries the time of week at the simulation start of the selected navigation standard.
- return
tow: float Range: 0 to 604799.999
- get_wnumber() → int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:STARt:NAVic:WNUMber value: int = driver.source.bb.gnss.time.start.navic.get_wnumber()
Queries the week number at the simulation start of the selected navigation standard.
- return
system_week_number: integer Range: 0 to 10000