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
- Commands in total: 3Subgroups: 0Direct child commands: 3
- get_sflux() float[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SFLux value: float = driver.source.bb.gnss.atmospheric.ionospheric.neQuick.get_sflux()
Sets the solar flux level.
- Returns:
solar_flux: float Range: 0 to 300
- get_sun_spot() float[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:NEQuick:SUNSpot value: float = driver.source.bb.gnss.atmospheric.ionospheric.neQuick.get_sun_spot()
Sets the sunspot number.
- Returns:
sunspot_number: float Range: -99.636 to 248.870
- get_umsn() bool[source]
# [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.
- Returns:
state: 1 | ON | 0| OFF
- set_sflux(solar_flux: float) None[source]
# [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.
- Parameters:
solar_flux – float Range: 0 to 300
- set_sun_spot(sunspot_number: float) None[source]
# [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.
- Parameters:
sunspot_number – float Range: -99.636 to 248.870
- set_umsn(state: bool) None[source]
# [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.
- Parameters:
state – 1 | ON | 0| OFF