Mode

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:PRERrors:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) PseudorangeMode[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GLONass:PRERrors:MODE
value: enums.PseudorangeMode = driver.source.bb.gnss.svid.glonass.prErrors.mode.get(satelliteSvid = repcap.SatelliteSvid.Default)

Sets how the pseudorange errors are defined.

Parameters:

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

Returns:

pr_erors_mode: FSBas | CONStant | PROFile | FILE FSBas Extracted from the imported SBAS corrections. CONStant Set with the method RsSmw.source.bb.gnss.svid.gps.prErrors.value.set() PROFile Defined with the command pairs method RsSmw.source.bb.gnss.svid.gps.prErrors.profile.reference.set() and method RsSmw.source.bb.gnss.svid.gps.prErrors.profile.value.set() FILE Sets pseudorange errors according to a file with extension rs_perr. Select the file via method RsSmw.source.bb.gnss.svid.gps.prErrors.file.set() .

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

Sets how the pseudorange errors are defined.

Parameters:
  • pr_erors_mode – FSBas | CONStant | PROFile | FILE FSBas Extracted from the imported SBAS corrections. CONStant Set with the method RsSmw.source.bb.gnss.svid.gps.prErrors.value.set() PROFile Defined with the command pairs method RsSmw.source.bb.gnss.svid.gps.prErrors.profile.reference.set() and method RsSmw.source.bb.gnss.svid.gps.prErrors.profile.value.set() FILE Sets pseudorange errors according to a file with extension rs_perr. Select the file via method RsSmw.source.bb.gnss.svid.gps.prErrors.file.set() .

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