Value

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:PROFile<GR>:VALue
class ValueCls[source]

Value 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>:GPS:PRERrors:PROFile<GR>:VALue
value: float = driver.source.bb.gnss.svid.gps.prErrors.profile.value.get(satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)

Sets the pseudorange error value.

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_value: float Range: -1000 to 1000

set(profile_value: float, satelliteSvid=SatelliteSvid.Default, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:GPS:PRERrors:PROFile<GR>:VALue
driver.source.bb.gnss.svid.gps.prErrors.profile.value.set(profile_value = 1.0, satelliteSvid = repcap.SatelliteSvid.Default, index = repcap.Index.Default)

Sets the pseudorange error value.

param profile_value

float Range: -1000 to 1000

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’)