Ivelocity

SCPI Command :

[SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:SDYNamics:IVELocity
class IvelocityCls[source]

Ivelocity commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(satelliteSvid=SatelliteSvid.Default) float[source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:BEIDou:SDYNamics:IVELocity
value: float = driver.source.bb.gnss.svid.beidou.sdynamics.ivelocity.get(satelliteSvid = repcap.SatelliteSvid.Default)

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

param satelliteSvid

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

return

initial_velocity: float Range: -19042 to 19042

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

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

param initial_velocity

float Range: -19042 to 19042

param satelliteSvid

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