Azero
SCPI Commands :
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:QZSS:UTC:AZERo:UNSCaled
[SOURce<HW>]:BB:GNSS:TIME:CONVersion:QZSS:UTC:AZERo
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_unscaled() float[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:QZSS:UTC:AZERo:UNSCaled value: float = driver.source.bb.gnss.time.conversion.qzss.utc.azero.get_unscaled()
Sets the constant term of polynomial, A0.
- get_value() int[source]
# [SOURce<HW>]:BB:GNSS:TIME:CONVersion:QZSS:UTC:AZERo value: int = driver.source.bb.gnss.time.conversion.qzss.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:QZSS:UTC:AZERo:UNSCaled driver.source.bb.gnss.time.conversion.qzss.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:QZSS:UTC:AZERo driver.source.bb.gnss.time.conversion.qzss.utc.azero.set_value(azero = 1)
Sets the constant term of polynomial, A0.
- Parameters:
azero – integer Range: -2147483648 to 2147483647