Gps
SCPI Command :
[SOURce<HW>]:BB:GNSS:SV:GALileo:NMESsage:INAV:TIME:CONVersion:GPS:WNOT
- Commands in total: 7Subgroups: 3Direct child commands: 1
- get_wnot() int[source]
# [SOURce<HW>]:BB:GNSS:SV:GALileo:NMESsage:INAV:TIME:CONVersion:GPS:WNOT value: int = driver.source.bb.gnss.sv.galileo.nmessage.inav.time.conversion.gps.get_wnot()
Sets the WNot parameter.
- Returns:
wnot: integer Range: 0 to 529947
- set_wnot(wnot: int) None[source]
# [SOURce<HW>]:BB:GNSS:SV:GALileo:NMESsage:INAV:TIME:CONVersion:GPS:WNOT driver.source.bb.gnss.sv.galileo.nmessage.inav.time.conversion.gps.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
gps_copy = driver.source.bb.gnss.sv.galileo.nmessage.inav.time.conversion.gps.clone()
Subgroups