Alpha<AlphaNull>

RepCap Settings

# Range: Nr0 .. Nr3
rc = driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.alpha.repcap_alphaNull_get()
driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.alpha.repcap_alphaNull_set(repcap.AlphaNull.Nr0)

SCPI Command :

[SOURce<HW>]:BB:GNSS:ATMospheric:NAVic:NMESsage:NAV:IONospheric:ALPHa<CH0>
class AlphaCls[source]

Alpha commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: AlphaNull, default value after init: AlphaNull.Nr0

get(alphaNull=AlphaNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:NAVic:NMESsage:NAV:IONospheric:ALPHa<CH0>
value: int = driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.alpha.get(alphaNull = repcap.AlphaNull.Default)

Sets the parameters alpha_0 to alpha_3 of the satellite’s navigation message.

param alphaNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alpha’)

return

alpha: integer Range: -128 to 127

set(alpha: int, alphaNull=AlphaNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:NAVic:NMESsage:NAV:IONospheric:ALPHa<CH0>
driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.alpha.set(alpha = 1, alphaNull = repcap.AlphaNull.Default)

Sets the parameters alpha_0 to alpha_3 of the satellite’s navigation message.

param alpha

integer Range: -128 to 127

param alphaNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Alpha’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.alpha.clone()

Subgroups