Glonass

SCPI Command :

[SOURce<HW>]:BB:GNSS:SV:BEIDou:NMESsage:DNAV:TIME:CONVersion:GLONass:WNOT
class GlonassCls[source]

Glonass commands group definition. 7 total commands, 3 Subgroups, 1 group commands

get_wnot() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:BEIDou:NMESsage:DNAV:TIME:CONVersion:GLONass:WNOT
value: int = driver.source.bb.gnss.sv.beidou.nmessage.dnav.time.conversion.glonass.get_wnot()

No command help available

return

wnot: No help available

set_wnot(wnot: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:BEIDou:NMESsage:DNAV:TIME:CONVersion:GLONass:WNOT
driver.source.bb.gnss.sv.beidou.nmessage.dnav.time.conversion.glonass.set_wnot(wnot = 1)

No command help available

param wnot

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.sv.beidou.nmessage.dnav.time.conversion.glonass.clone()

Subgroups