Mvelocity
SCPI Command :
[SENSe]:CESTimation:MVELocity
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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.
- Returns:
max_rel_velocity: numeric value Unit: m/s
- set(max_rel_velocity: float) None[source]
# [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.
- Parameters:
max_rel_velocity – numeric value Unit: m/s