Seconds

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:SEConds:AFTer
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:SEConds:BEFore
class SecondsCls[source]

Seconds commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_after() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:SEConds:AFTer
value: int = driver.source.bb.gnss.time.conversion.leap.seconds.get_after()

Specifies the leap second value after the leap second transition.

return

leap_seconds: integer Range: 0 to 50

get_before() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:SEConds:BEFore
value: int = driver.source.bb.gnss.time.conversion.leap.seconds.get_before()

Specifies the leap second value before the leap second transition.

return

leap_secends: integer Range: 0 to 50

set_after(leap_seconds: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:SEConds:AFTer
driver.source.bb.gnss.time.conversion.leap.seconds.set_after(leap_seconds = 1)

Specifies the leap second value after the leap second transition.

param leap_seconds

integer Range: 0 to 50

set_before(leap_secends: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:LEAP:SEConds:BEFore
driver.source.bb.gnss.time.conversion.leap.seconds.set_before(leap_secends = 1)

Specifies the leap second value before the leap second transition.

param leap_secends

integer Range: 0 to 50