Utc
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:XONA:UTC:IOFFset
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:XONA:UTC:WNOT
- Commands in total: 8Subgroups: 3Direct child commands: 2
- get_ioffset() int[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:XONA:UTC:IOFFset value: int = driver.source.bb.gnss.time.conversion.xona.utc.get_ioffset()
No help available
- get_wnot() int[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:XONA:UTC:WNOT value: int = driver.source.bb.gnss.time.conversion.xona.utc.get_wnot()
No help available
- set_wnot(wnot: int) None[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:XONA:UTC:WNOT driver.source.bb.gnss.time.conversion.xona.utc.set_wnot(wnot = 1)
No help available
Cloning the Group
# Create a copy of the original group, that exists independently
utc_copy = driver.source.bb.gnss.time.conversion.xona.utc.clone()
Subgroups