Mops
SCPI Commands :
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:DISPlay
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:EXPort
[SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:FILE
- Commands in total: 11Subgroups: 1Direct child commands: 3
- export(filename: str) None[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:EXPort driver.source.bb.gnss.atmospheric.ionospheric.mops.export(filename = 'abc')
Saves the current ionospheric grid configuration in a file.
- Parameters:
filename – string Specify the file path, filename and extension. Allowed file extensions are rs_ion or iono_grid.
- get_display() IonoGridView[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:DISPlay value: enums.IonoGridView = driver.source.bb.gnss.atmospheric.ionospheric.mops.get_display()
Toggles between indication of the vertical delay and GIVEI values.
- Returns:
display_type: GIVei | VDELay
- get_file() str[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:FILE value: str = driver.source.bb.gnss.atmospheric.ionospheric.mops.get_file()
Select a ionospheric grid file.
- Returns:
filename: string To load a predefined file, specify only the filename. To load a user-defined file, specify the absolute file path with filename and extension (iono_grid) .
- set_display(display_type: IonoGridView) None[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:DISPlay driver.source.bb.gnss.atmospheric.ionospheric.mops.set_display(display_type = enums.IonoGridView.GIVei)
Toggles between indication of the vertical delay and GIVEI values.
- Parameters:
display_type – GIVei | VDELay
- set_file(filename: str) None[source]
# [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:FILE driver.source.bb.gnss.atmospheric.ionospheric.mops.set_file(filename = 'abc')
Select a ionospheric grid file.
- Parameters:
filename – string To load a predefined file, specify only the filename. To load a user-defined file, specify the absolute file path with filename and extension (iono_grid) .
Cloning the Group
# Create a copy of the original group, that exists independently
mops_copy = driver.source.bb.gnss.atmospheric.ionospheric.mops.clone()
Subgroups