Utc
SCPI Command :
[SOURce<HW>]:BB:GNSS:SV:BEIDou:NMESsage:DNAV:TIME:CONVersion:UTC:WNOT
- class UtcCls[source]
Utc 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:UTC:WNOT value: int = driver.source.bb.gnss.sv.beidou.nmessage.dnav.time.conversion.utc.get_wnot()
Sets the parameter WNot.
- return
wnot: integer Range: 0 to 529947
- set_wnot(wnot: int) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SV:BEIDou:NMESsage:DNAV:TIME:CONVersion:UTC:WNOT driver.source.bb.gnss.sv.beidou.nmessage.dnav.time.conversion.utc.set_wnot(wnot = 1)
Sets the parameter WNot.
- 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.beidou.nmessage.dnav.time.conversion.utc.clone()
Subgroups