NeQuick

SCPI Commands :

[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SFLux
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SUNSpot
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:UMSN
class NeQuickCls[source]

NeQuick commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_sflux() float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SFLux
value: float = driver.source.bb.gnss.atmospheric.ionospheric.neQuick.get_sflux()

Sets the solar flux level.

return

solar_flux: float Range: 0 to 300

get_sun_spot() float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SUNSpot
value: float = driver.source.bb.gnss.atmospheric.ionospheric.neQuick.get_sun_spot()

Sets the sunspot number.

return

sunspot_number: float Range: -99.636 to 248.870

get_umsn() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:UMSN
value: bool = driver.source.bb.gnss.atmospheric.ionospheric.neQuick.get_umsn()

Enables the instrument to use the measured sunspot number value.

return

state: 1| ON| 0| OFF

set_sflux(solar_flux: float) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SFLux
driver.source.bb.gnss.atmospheric.ionospheric.neQuick.set_sflux(solar_flux = 1.0)

Sets the solar flux level.

param solar_flux

float Range: 0 to 300

set_sun_spot(sunspot_number: float) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SUNSpot
driver.source.bb.gnss.atmospheric.ionospheric.neQuick.set_sun_spot(sunspot_number = 1.0)

Sets the sunspot number.

param sunspot_number

float Range: -99.636 to 248.870

set_umsn(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:UMSN
driver.source.bb.gnss.atmospheric.ionospheric.neQuick.set_umsn(state = False)

Enables the instrument to use the measured sunspot number value.

param state

1| ON| 0| OFF