Leap
SCPI Command :
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:AUTO
- class LeapCls[source]
Leap commands group definition. 4 total commands, 2 Subgroups, 1 group commands
- get_auto() bool [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:AUTO value: bool = driver.source.bb.gnss.time.conversion.leap.get_auto()
Enables the simulation of the leap second transition.
- return
auto_configure: 1| ON| 0| OFF
- set_auto(auto_configure: bool) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:AUTO driver.source.bb.gnss.time.conversion.leap.set_auto(auto_configure = False)
Enables the simulation of the leap second transition.
- param auto_configure
1| ON| 0| OFF
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.time.conversion.leap.clone()
Subgroups