Gps

SCPI Command :

[SOURce<HW>]:BB:GNSS:SV:BEIDou:NMESsage:DNAV:TIME:CONVersion:GPS:WNOT
Commands in total: 7
Subgroups: 3
Direct child commands: 1
get_wnot() int[source]
# [SOURce<HW>]:BB:GNSS:SV:BEIDou:NMESsage:DNAV:TIME:CONVersion:GPS:WNOT
value: int = driver.source.bb.gnss.sv.beidou.nmessage.dnav.time.conversion.gps.get_wnot()

No help available

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

No help available

Cloning the Group

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

Subgroups