Reference

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:PRERrors:PROFile<GR>:REFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default, index=Index.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:PRERrors:PROFile<GR>:REFerence
value: float = driver.source.bb.gnss.svid.galileo.prErrors.profile.reference.get(satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)

Sets the reference time for the pseudorange error.

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

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

Returns:

profile_ref_time: float Range: 0 to 86400

set(profile_ref_time: float, satelliteSvid=SatelliteSvid.Default, index=Index.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo:PRERrors:PROFile<GR>:REFerence
driver.source.bb.gnss.svid.galileo.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.

Parameters:
  • profile_ref_time – float Range: 0 to 86400

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

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