Mode

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) RsSmbv.enums.PseudorangeMode[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:MODE
value: enums.PseudorangeMode = driver.source.bb.gnss.svid.gps.prErrors.mode.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets how the pseudorange errors are defined.

param satelliteSvid

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)

return

pr_erors_mode: FSBas| CONStant| PROFile| FILE FSBas Extracted from the imported SBAS corrections. CONStant Set with the command [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:VALue PROFile Defined with the command pairs [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:PROFilegr:REFerence and [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:PROFilegr:VALue FILE Sets pseudorange errors according to a file with extension *.rs_perr. Select the file via [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:FILE.

set(pr_erors_mode: RsSmbv.enums.PseudorangeMode, satelliteSvid=SatelliteSvid.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:MODE
driver.source.bb.gnss.svid.gps.prErrors.mode.set(pr_erors_mode = enums.PseudorangeMode.CONStant, satelliteSvid = repcap.SatelliteSvid.Default)

Sets how the pseudorange errors are defined.

param pr_erors_mode

FSBas| CONStant| PROFile| FILE FSBas Extracted from the imported SBAS corrections. CONStant Set with the command [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:VALue PROFile Defined with the command pairs [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:PROFilegr:REFerence and [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:PROFilegr:VALue FILE Sets pseudorange errors according to a file with extension *.rs_perr. Select the file via [:SOURcehw]:BB:GNSS:SVIDch:GPS:PRERrors:FILE.

param satelliteSvid

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)