Alpha<AlphaNull>

SCPI Command :

[SOURce<HW>]:BB:GNSS:ATMospheric:GPS:NMESsage:LNAV:IONospheric:ALPHa<CH0>
Commands in total: 2
Subgroups: 1
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr0 .. Nr3

driver.source.bb.gnss.atmospheric.gps.nmessage.lnav.ionospheric.alpha.repcap_alphaNull_set(repcap.AlphaNull.Nr0)
get(alphaNull=AlphaNull.Default) int[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:GPS:NMESsage:LNAV:IONospheric:ALPHa<CH0>
value: int = driver.source.bb.gnss.atmospheric.gps.nmessage.lnav.ionospheric.alpha.get(alphaNull = repcap.AlphaNull.Default)

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

Parameters:

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

Returns:

alpha: integer Range: -128 to 127

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

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

Parameters:
  • alpha – integer Range: -128 to 127

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

Cloning the Group

# Create a copy of the original group, that exists independently
alpha_copy = driver.source.bb.gnss.atmospheric.gps.nmessage.lnav.ionospheric.alpha.clone()

Subgroups