Utc

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:GAGAN:UTC:IOFFset
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:GAGAN:UTC:WNOT
Commands in total: 8
Subgroups: 3
Direct child commands: 2
get_ioffset() int[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:GAGAN:UTC:IOFFset
value: int = driver.source.bb.gnss.time.conversion.sbas.gagan.utc.get_ioffset()

Queries the integer offset.

Returns:

integer_offset: integer Range: 0 to 604800

get_wnot() int[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:GAGAN:UTC:WNOT
value: int = driver.source.bb.gnss.time.conversion.sbas.gagan.utc.get_wnot()

Sets the UTC data reference week number, WNt.

Returns:

wnot: integer Range: 0 to 255

set_wnot(wnot: int) None[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:SBAS:GAGAN:UTC:WNOT
driver.source.bb.gnss.time.conversion.sbas.gagan.utc.set_wnot(wnot = 1)

Sets the UTC data reference week number, WNt.

Parameters:

wnot – integer Range: 0 to 255

Cloning the Group

# Create a copy of the original group, that exists independently
utc_copy = driver.source.bb.gnss.time.conversion.sbas.gagan.utc.clone()

Subgroups