Ivelocity

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SDYNamics:IVELocity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SDYNamics:IVELocity
value: float = driver.source.bb.gnss.svid.navic.sdynamics.ivelocity.get(satelliteSvid = repcap.SatelliteSvid.Default)

Indicates the initial velocity, used at the beginning of the profile.

Parameters:

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

Returns:

initial_velocity: float Range: -19042 to 19042

set(initial_velocity: float, satelliteSvid=SatelliteSvid.Default) None[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:NAVic:SDYNamics:IVELocity
driver.source.bb.gnss.svid.navic.sdynamics.ivelocity.set(initial_velocity = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)

Indicates the initial velocity, used at the beginning of the profile.

Parameters:
  • initial_velocity – float Range: -19042 to 19042

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