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
class MopsCls[source]

Mops commands group definition. 11 total commands, 1 Subgroups, 3 group commands

export(filename: str) None[source]
# SCPI: [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.

param filename

string Specify the file path, filename and extension. Allowed file extensions are *.rs_ion or *.iono_grid.

get_display() RsSmbv.enums.IonoGridView[source]
# SCPI: [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.

return

display_type: GIVei| VDELay

get_file() str[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:FILE
value: str = driver.source.bb.gnss.atmospheric.ionospheric.mops.get_file()

Select a ionospheric grid file.

return

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: RsSmbv.enums.IonoGridView) None[source]
# SCPI: [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.

param display_type

GIVei| VDELay

set_file(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ATMospheric:IONospheric:MOPS:FILE
driver.source.bb.gnss.atmospheric.ionospheric.mops.set_file(filename = 'abc')

Select a ionospheric grid file.

param 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 clone of the original group, that exists independently
group2 = driver.source.bb.gnss.atmospheric.ionospheric.mops.clone()

Subgroups