Velocity
SCPI Command :
[SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SDYNamics:VELocity
- class VelocityCls[source]
Velocity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(satelliteSvid=SatelliteSvid.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SDYNamics:VELocity value: float = driver.source.bb.gnss.svid.qzss.sdynamics.velocity.get(satelliteSvid = repcap.SatelliteSvid.Default)
Sets the satellite velocity for constant velocity profile. The velocity ranges depend on the GNSS and related space vehicles.
- param satelliteSvid:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return:
velocity: float Range: depends on settings to depends on settings
- set(velocity: float, satelliteSvid=SatelliteSvid.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:SVID<CH>:QZSS:SDYNamics:VELocity driver.source.bb.gnss.svid.qzss.sdynamics.velocity.set(velocity = 1.0, satelliteSvid = repcap.SatelliteSvid.Default)
Sets the satellite velocity for constant velocity profile. The velocity ranges depend on the GNSS and related space vehicles.
- param velocity:
float Range: depends on settings to depends on settings
- param satelliteSvid:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)