wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/DAC/GetDACRangeFromIndex

GetDACRangeFromIndex

Get a DAC range from index value.

DACOuputRange GetDACRangeFromIndex(int index);

Parameters

  • index - number of DAC card.

Return Value

  • Returns a DACOutputRange based on the index value

Remarks

Examples

   int index = 2;

   DACOutputRange = GetDACRangeFromIndex(index);
   // DACOutputRange will be dacOutput4to20mA

See Also

Last modified 7 years ago Last modified on 04/12/18 12:33:22
Note: See TracWiki for help on using the wiki.