Mvelocity
SCPI Command :
[SENSe]:CESTimation:MVELocity
- class MvelocityCls[source]
Mvelocity commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:CESTimation:MVELocity value: float = driver.applications.k17Mcgd.sense.cestimation.mvelocity.get()
Defines the relative velocity between ground station and satellite in m/s. This information is used to calculate the Max Clock Offset.
- return
max_rel_velocity: numeric value Unit: m/s
- set(max_rel_velocity: float) None [source]
# SCPI: [SENSe]:CESTimation:MVELocity driver.applications.k17Mcgd.sense.cestimation.mvelocity.set(max_rel_velocity = 1.0)
Defines the relative velocity between ground station and satellite in m/s. This information is used to calculate the Max Clock Offset.
- param max_rel_velocity
numeric value Unit: m/s