Ovelocity

SCPI Command :

[SOURce<HW>]:REGenerator:OBJect<CH>:OVELocity
class OvelocityCls[source]

Ovelocity commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(objectIx=ObjectIx.Default) float[source]
# SCPI: [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.

param objectIx

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

return

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

set(object_velocity: float, objectIx=ObjectIx.Default) None[source]
# SCPI: [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.

param object_velocity

float Range: 0.001 to 2E11, Unit: m/s

param objectIx

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