MEIMotorDacChannelStatus

MEIMotorDacChannelStatus

 

typedef struct MEIMotorDacChannelStatus {
    float	level;	/* volts */
} MEIMotorDacChannelStatus;
Description

MotorDacChannelStatus is a structure that returns the DAC output value.

  level level reflects the DAC output value. Valid values range from -10 Volts to +10 Volts.
     
See Also