Aone
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GPS:UTC:AONE:UNSCaled
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:GPS:UTC: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:GPS:UTC:AONE:UNSCaled value: float = driver.source.bb.gnss.time.conversion.gps.utc.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:GPS:UTC:AONE value: int = driver.source.bb.gnss.time.conversion.gps.utc.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:GPS:UTC:AONE:UNSCaled driver.source.bb.gnss.time.conversion.gps.utc.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:GPS:UTC:AONE driver.source.bb.gnss.time.conversion.gps.utc.aone.set_value(aone = 1)
Sets the first order term of polynomial, A1.
- param aone
integer Range: -8388608 to 8388607