Aone

SCPI Commands :

[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:AONE:UNSCaled
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:AONE
class AoneCls[source]

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

get_unscaled() float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:AONE:UNSCaled
value: float = driver.source.bb.gnss.time.conversion.glonass.utcsu.aone.get_unscaled()

Sets the first order term of polynomial, A1.

return

a_1: No help available

get_value() int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:AONE
value: int = driver.source.bb.gnss.time.conversion.glonass.utcsu.aone.get_value()

Sets the first order term of polynomial, A1.

return

aone: integer Range: -8388608 to 8388607

set_unscaled(a_1: float) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:AONE:UNSCaled
driver.source.bb.gnss.time.conversion.glonass.utcsu.aone.set_unscaled(a_1 = 1.0)

Sets the first order term of polynomial, A1.

param a_1

integer Range: -8388608 to 8388607

set_value(aone: int) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:TIME:CONVersion:GLONass:UTCSu:AONE
driver.source.bb.gnss.time.conversion.glonass.utcsu.aone.set_value(aone = 1)

Sets the first order term of polynomial, A1.

param aone

integer Range: -8388608 to 8388607