xPCI-3009 API
|
Functions | |
_INT_ | i_PCI3009_AnalogInputConvertDigitalToRealAnalogValue (DWORD_ dw_BoardHandle, BYTE_ b_Channel, DWORD_ dw_DigitalValue, DOUBLE *pd_AnalogValue) |
_INT_ | i_PCI3009_AnalogInputConvertMoreDigitalToRealAnalogValues (DWORD_ dw_BoardHandle, BYTE_ b_NbrOfChannels, PBYTE_ pb_ChannelList, PDWORD_ pdw_DigitalValue, DOUBLE *pd_AnalogValue) |
_INT_ i_PCI3009_AnalogInputConvertDigitalToRealAnalogValue | ( | DWORD_ | dw_BoardHandle, |
BYTE_ | b_Channel, | ||
DWORD_ | dw_DigitalValue, | ||
DOUBLE * | pd_AnalogValue | ||
) |
Convert the digital value to analog value
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | b_Channel | : Channel number of the input to be convert |
[in] | dw_DigitalValue | : Digital analog value |
[out] | pd_AnalogValue | : Return the analog value |
_INT_ i_PCI3009_AnalogInputConvertMoreDigitalToRealAnalogValues | ( | DWORD_ | dw_BoardHandle, |
BYTE_ | b_NbrOfChannels, | ||
PBYTE_ | pb_ChannelList, | ||
PDWORD_ | pdw_DigitalValue, | ||
DOUBLE * | pd_AnalogValue | ||
) |
Convert the digital value to analog value
[in] | dw_BoardHandle | : Handle of board PCI-3009 |
[in] | b_NbrOfChannels | : Nbr of channels to convert (1 to 16) |
[in] | pb_ChannelList | : Channel number list of the analog input to convert |
[in] | pdw_DigitalValue | : Digital analog value array |
[out] | pd_AnalogValue | : Return the analog value array |