Azero

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo:UNSCaled
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo
class AzeroCls[source]

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

get_unscaled() float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo:UNSCaled
value: float = driver.source.bb.gnss.time.conversion.beidou.utc.azero.get_unscaled()

Sets the constant term of polynomial, A0.

return

a_0: No help available

get_value() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo
value: int = driver.source.bb.gnss.time.conversion.beidou.utc.azero.get_value()

Sets the constant term of polynomial, A0.

return

azero: integer Range: -2147483648 to 2147483647

set_unscaled(a_0: float) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo:UNSCaled
driver.source.bb.gnss.time.conversion.beidou.utc.azero.set_unscaled(a_0 = 1.0)

Sets the constant term of polynomial, A0.

param a_0

integer Range: -2147483648 to 2147483647

set_value(azero: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo
driver.source.bb.gnss.time.conversion.beidou.utc.azero.set_value(azero = 1)

Sets the constant term of polynomial, A0.

param azero

integer Range: -2147483648 to 2147483647