Utc
SCPI Command :
[SOURce<HW>]:BB:GNSS:SV:NAVic:NMESsage:NAV:TIME:CONVersion:UTC:WNOT
- Commands in total: 9Subgroups: 4Direct child commands: 1
- get_wnot() int[source]
# [SOURce<HW>]:BB:GNSS:SV:NAVic:NMESsage:NAV:TIME:CONVersion:UTC:WNOT value: int = driver.source.bb.gnss.sv.navic.nmessage.nav.time.conversion.utc.get_wnot()
Sets the parameter WNot.
- Returns:
wnot: integer Range: 0 to 529947
- set_wnot(wnot: int) None[source]
# [SOURce<HW>]:BB:GNSS:SV:NAVic:NMESsage:NAV:TIME:CONVersion:UTC:WNOT driver.source.bb.gnss.sv.navic.nmessage.nav.time.conversion.utc.set_wnot(wnot = 1)
Sets the parameter WNot.
- Parameters:
wnot – integer Range: 0 to 529947
Cloning the Group
# Create a copy of the original group, that exists independently
utc_copy = driver.source.bb.gnss.sv.navic.nmessage.nav.time.conversion.utc.clone()
Subgroups