Utc
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:WAAS:UTC:IOFFset
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:WAAS:UTC:WNOT
- class UtcCls[source]
Utc commands group definition. 8 total commands, 3 Subgroups, 2 group commands
- get_ioffset() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:WAAS:UTC:IOFFset value: int = driver.source.bb.gnss.time.conversion.sbas.waas.utc.get_ioffset()
Queries the integer offset.
- return
integer_offset: integer Range: 0 to 604800
- get_wnot() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:WAAS:UTC:WNOT value: int = driver.source.bb.gnss.time.conversion.sbas.waas.utc.get_wnot()
Sets the UTC data reference week number, WNt.
- return
wnot: integer Range: 0 to 255
- set_wnot(wnot: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:WAAS:UTC:WNOT driver.source.bb.gnss.time.conversion.sbas.waas.utc.set_wnot(wnot = 1)
Sets the UTC data reference week number, WNt.
- param wnot
integer Range: 0 to 255
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.time.conversion.sbas.waas.utc.clone()
Subgroups