mpiMotorDacConfigSet

Declaration

int32_t mpiMotorDacConfigSet(MPIMotor          motor,
                          MPIMotorDacConfig *config);
Required Header: stdmei.h

Description

mpiMotorDacConfigSet configures a Motor's (motor) DAC using data from the structure pointed to by config.

motor a handle to the Motor object.
*config a pointer to a MPIMotorDacConfig structure.
Return Values
MPIMessageOK

See Also

mpiMotorDacConfigGet | MPIMotorDacConfig