Mode
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:PRERrors:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) PseudorangeMode[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:PRERrors:MODE value: enums.PseudorangeMode = driver.source.bb.gnss.svid.qzss.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 methodRsSmw.source.bb.gnss.svid.gps.prErrors.profile.reference.set()and methodRsSmw.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 methodRsSmw.source.bb.gnss.svid.gps.prErrors.file.set().
- set(pr_erors_mode: PseudorangeMode, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:PRERrors:MODE driver.source.bb.gnss.svid.qzss.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 methodRsSmw.source.bb.gnss.svid.gps.prErrors.profile.reference.set()and methodRsSmw.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 methodRsSmw.source.bb.gnss.svid.gps.prErrors.file.set().satelliteSvid – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)