Azero

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo:UNSCaled
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:BEIDou:UTC:AZERo
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_unscaled() float[source]
# [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.

get_value() int[source]
# [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.

Returns:

azero: integer Range: -2147483648 to 2147483647

set_unscaled(a_0: float) None[source]
# [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.

Parameters:

a_0 – integer Range: -2147483648 to 2147483647

set_value(azero: int) None[source]
# [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.

Parameters:

azero – integer Range: -2147483648 to 2147483647