Aone
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:NAVic:UTC:AONE:UNSCaled
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:NAVic:UTC:AONE
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_unscaled() float[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:NAVic:UTC:AONE:UNSCaled value: float = driver.source.bb.gnss.time.conversion.navic.utc.aone.get_unscaled()
Sets the first order term of polynomial, A1.
- get_value() int[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:NAVic:UTC:AONE value: int = driver.source.bb.gnss.time.conversion.navic.utc.aone.get_value()
Sets the first order term of polynomial, A1.
- Returns:
aone: integer Range: -8388608 to 8388607
- set_unscaled(a_1: float) None[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:NAVic:UTC:AONE:UNSCaled driver.source.bb.gnss.time.conversion.navic.utc.aone.set_unscaled(a_1 = 1.0)
Sets the first order term of polynomial, A1.
- Parameters:
a_1 – integer Range: -8388608 to 8388607
- set_value(aone: int) None[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:NAVic:UTC:AONE driver.source.bb.gnss.time.conversion.navic.utc.aone.set_value(aone = 1)
Sets the first order term of polynomial, A1.
- Parameters:
aone – integer Range: -8388608 to 8388607