Ovelocity

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:OVELocity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(objectIx=ObjectIx.Default) float[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:OVELocity
value: float = driver.source.regenerator.object.ovelocity.get(objectIx = repcap.ObjectIx.Default)

Sets the speed of a moving object.

Parameters:

objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)

Returns:

object_velocity: float Range: 0.001 to 1.5E11, Unit: m/s

set(object_velocity: float, objectIx=ObjectIx.Default) None[source]
# [SOURce<HW>]:REGenerator:OBJect<CH>:OVELocity
driver.source.regenerator.object.ovelocity.set(object_velocity = 1.0, objectIx = repcap.ObjectIx.Default)

Sets the speed of a moving object.

Parameters:
  • object_velocity – float Range: 0.001 to 1.5E11, Unit: m/s

  • objectIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Object’)