abstract#
- class RWMapper(bind, idx)[source]#
Bases:
ReadWriteFloatScalarClass mapping a scalar to an element of an array
- index()[source]#
Get the mapped array index.
- Returns:
int – The index in the array that this scalar maps to
- set_and_wait(value)[source]#
Set the value and wait for it to reach the setpoint.
- Parameters:
value (float) – Target value to set and wait for
- Raises:
NotImplementedError – This method is not yet implemented
- class ReadFloatArray[source]#
Bases:
objectAbstract class providing read access to a vector of float
- class ReadFloatScalar[source]#
Bases:
objectAbstract class providing read access to a scalar double
- class ReadWriteFloatArray[source]#
Bases:
ReadFloatScalarAbstract class providing read write access to a vector of double