Unscaled

SCPI Command :

[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:KLOBuchar: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:IONospheric:KLOBuchar:BETA<CH0>:UNSCaled
value: int = driver.source.bb.gnss.atmospheric.ionospheric.klobuchar.beta.unscaled.get(betaNull = repcap.BetaNull.Default)

Sets the klobuchar parameters beta_0 to beta_3.

param betaNull

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

return

beta_unscaled: integer Range: dynamic

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

Sets the klobuchar parameters beta_0 to beta_3.

param beta_unscaled

integer Range: dynamic

param betaNull

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