Tropospheric
SCPI Command :
[SOURce<HW>]:BB:GNSS:ATMospheric:TROPospheric:MODel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_model() TropModel[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:TROPospheric:MODel value: enums.TropModel = driver.source.bb.gnss.atmospheric.tropospheric.get_model()
Determines the tropospheric model.
- Returns:
model: NONE | STANag | MOPS
- set_model(model: TropModel) None[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:TROPospheric:MODel driver.source.bb.gnss.atmospheric.tropospheric.set_model(model = enums.TropModel.MOPS)
Determines the tropospheric model.
- Parameters:
model – NONE | STANag | MOPS