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