Glonass

SCPI Command :

[SOURce<HW>]:BB:GNSS:SV:GPS:NMESsage:CNAV:TIME:CONVersion:GLONass:WNOT
Commands in total: 9
Subgroups: 4
Direct child commands: 1
get_wnot() int[source]
# [SOURce<HW>]:BB:GNSS:SV:GPS:NMESsage:CNAV:TIME:CONVersion:GLONass:WNOT
value: int = driver.source.bb.gnss.sv.gps.nmessage.cnav.time.conversion.glonass.get_wnot()

Sets the WNot parameter.

Returns:

wnot: integer Range: 0 to 529947

set_wnot(wnot: int) None[source]
# [SOURce<HW>]:BB:GNSS:SV:GPS:NMESsage:CNAV:TIME:CONVersion:GLONass:WNOT
driver.source.bb.gnss.sv.gps.nmessage.cnav.time.conversion.glonass.set_wnot(wnot = 1)

Sets the WNot parameter.

Parameters:

wnot – integer Range: 0 to 529947

Cloning the Group

# Create a copy of the original group, that exists independently
glonass_copy = driver.source.bb.gnss.sv.gps.nmessage.cnav.time.conversion.glonass.clone()

Subgroups