Galileo

SCPI Command :

[SOURce<HW>]:BB:GNSS:SV:GPS:NMESsage:CNAV:TIME:CONVersion:GALileo:WNOT
class GalileoCls[source]

Galileo commands group definition. 9 total commands, 4 Subgroups, 1 group commands

get_wnot() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:GPS:NMESsage:CNAV:TIME:CONVersion:GALileo:WNOT
value: int = driver.source.bb.gnss.sv.gps.nmessage.cnav.time.conversion.galileo.get_wnot()

Sets the Wnot parameter.

return

wnot: integer Range: 0 to 529947

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

Sets the Wnot parameter.

param wnot

integer Range: 0 to 529947

Cloning the Group

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

Subgroups