to_eng_units_32()

Converts an integer count value to an equivalent double precision voltage (or current) value.

Function Prototype

to_eng_units_32(board_num, ul_range, data_value)

Parameters

board_num (int)

The number associated with the board when it was installed with InstaCal or created with create_daq_device().

ul_range (ULRange)

Voltage (or current) range to use for the conversion to engineering units. When using this function to obtain engineering units from a value received from an A/D board, keep in mind that some A/D boards have programmable voltage ranges, and others set the voltage range via switches on the board. In either case, the desired range must be passed to this function; refer to board-specific information for a list of the supported A/D ranges of each board.

data_value (int)

An integer count value (typically, one returned from an A/D board).

Returns

Notes