Utc

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GPS:UTC:IOFFset
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GPS: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:GPS:UTC:IOFFset
value: int = driver.source.bb.gnss.time.conversion.gps.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:GPS:UTC:WNOT
value: int = driver.source.bb.gnss.time.conversion.gps.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:GPS:UTC:WNOT
driver.source.bb.gnss.time.conversion.gps.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.gps.utc.clone()

Subgroups