Ivelocity
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:GALileo: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>:GALileo:SDYNamics:IVELocity value: float = driver.source.bb.gnss.svid.galileo.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>:GALileo:SDYNamics:IVELocity driver.source.bb.gnss.svid.galileo.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’)