Reference
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:PRERrors:PROFile<GR>:REFerence
- class ReferenceCls[source]
Reference commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default, index=Index.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:PRERrors:PROFile<GR>:REFerence value: float = driver.source.bb.gnss.svid.navic.prErrors.profile.reference.get(satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)
Sets the reference time for the pseudorange error.
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Profile’)
- return
profile_ref_time: float Range: 0 to 86400
- set(profile_ref_time: float, satelliteSvid=SatelliteSvid.Default, index=Index.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:PRERrors:PROFile<GR>:REFerence driver.source.bb.gnss.svid.navic.prErrors.profile.reference.set(profile_ref_time = 1.0, satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)
Sets the reference time for the pseudorange error.
- param profile_ref_time
float Range: 0 to 86400
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- param index
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Profile’)