Ivelocity
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SDYNamics:IVELocity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:SVID<CH>:SBAS:SDYNamics:IVELocity value: float = driver.source.bb.gnss.svid.sbas.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>:SBAS:SDYNamics:IVELocity driver.source.bb.gnss.svid.sbas.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’)