Ionospheric
SCPI Command :
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MODel
- class IonosphericCls[source]
Ionospheric commands group definition. 17 total commands, 3 Subgroups, 1 group commands
- get_model() RsSmbv.enums.IonModel [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MODel value: enums.IonModel = driver.source.bb.gnss.atmospheric.ionospheric.get_model()
Determines the applied ionospheric model.
- return
model: NONE| KLOBuchar| MOPS| NEQuick
- set_model(model: RsSmbv.enums.IonModel) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MODel driver.source.bb.gnss.atmospheric.ionospheric.set_model(model = enums.IonModel.KLOBuchar)
Determines the applied ionospheric model.
- param model
NONE| KLOBuchar| MOPS| NEQuick
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.atmospheric.ionospheric.clone()
Subgroups