Beta<BetaNull>
RepCap Settings
# Range: Nr0 .. Nr3
rc = driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.beta.repcap_betaNull_get()
driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.beta.repcap_betaNull_set(repcap.BetaNull.Nr0)
SCPI Command :
[SOURce<HW>]:BB:GNSS:ATMospheric:NAVic:NMESsage:NAV:IONospheric:BETA<CH0>
- class BetaCls[source]
Beta commands group definition. 2 total commands, 1 Subgroups, 1 group commands Repeated Capability: BetaNull, default value after init: BetaNull.Nr0
- get(betaNull=BetaNull.Default) int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:NAVic:NMESsage:NAV:IONospheric:BETA<CH0> value: int = driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.beta.get(betaNull = repcap.BetaNull.Default)
Sets the parameters beta_0 to beta_3 of the satellite’s navigation message.
- param betaNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Beta’)
- return
beta: integer Range: -128 to 127
- set(beta: int, betaNull=BetaNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:NAVic:NMESsage:NAV:IONospheric:BETA<CH0> driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.beta.set(beta = 1, betaNull = repcap.BetaNull.Default)
Sets the parameters beta_0 to beta_3 of the satellite’s navigation message.
- param beta
integer Range: -128 to 127
- param betaNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Beta’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.atmospheric.navic.nmessage.nav.ionospheric.beta.clone()
Subgroups