Utcsu

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:IOFFset
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:WNOT
class UtcsuCls[source]

Utcsu commands group definition. 8 total commands, 3 Subgroups, 2 group commands

get_ioffset() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:IOFFset
value: int = driver.source.bb.gnss.time.conversion.glonass.utcsu.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:GLONass:UTCSu:WNOT
value: int = driver.source.bb.gnss.time.conversion.glonass.utcsu.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:GLONass:UTCSu:WNOT
driver.source.bb.gnss.time.conversion.glonass.utcsu.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.glonass.utcsu.clone()

Subgroups