Unscaled

SCPI Command :

[SOURce<HW>]:BB:GNSS:ATMospheric:BEIDou:NMESsage:DNAV:IONospheric:BETA<CH0>:UNSCaled
class UnscaledCls[source]

Unscaled commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(betaNull=BetaNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:BEIDou:NMESsage:DNAV:IONospheric:BETA<CH0>:UNSCaled
value: int = driver.source.bb.gnss.atmospheric.beidou.nmessage.dnav.ionospheric.beta.unscaled.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_unscaled: No help available

set(beta_unscaled: int, betaNull=BetaNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:BEIDou:NMESsage:DNAV:IONospheric:BETA<CH0>:UNSCaled
driver.source.bb.gnss.atmospheric.beidou.nmessage.dnav.ionospheric.beta.unscaled.set(beta_unscaled = 1, betaNull = repcap.BetaNull.Default)

Sets the parameters beta_0 to beta_3 of the satellite’s navigation message.

param beta_unscaled

No help available

param betaNull

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