Leap

SCPI Command :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:AUTO
Commands in total: 4
Subgroups: 2
Direct child commands: 1
get_auto() bool[source]
# [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.

Returns:

auto_configure: 1 | ON | 0| OFF

set_auto(auto_configure: bool) None[source]
# [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.

Parameters:

auto_configure – 1 | ON | 0| OFF

Cloning the Group

# Create a copy of the original group, that exists independently
leap_copy = driver.source.bb.gnss.time.conversion.leap.clone()

Subgroups