xPCIe-3521 API
|
Functions | |
_INT_ | i_PCIe3521_Write1AnalogOutput (HANDLE h_DeviceHandle, UCHAR uc_Channel, UCHAR uc_Polarity, USHORT us_Value) |
_INT_ | i_PCIe3521_WriteMoreAnalogOutputs (HANDLE h_DeviceHandle, UCHAR uc_ChannelNbr, PUCHAR puc_Channel, PUCHAR puc_Polarity, PUSHORT pus_Value) |
_INT_ i_PCIe3521_Write1AnalogOutput | ( | HANDLE | h_DeviceHandle, |
UCHAR | uc_Channel, | ||
UCHAR | uc_Polarity, | ||
USHORT | us_Value | ||
) |
Set the value of one analog output
[in] | h_DeviceHandle | Handle of the board |
[in] | uc_Channel | Define the channel to set |
[in] | uc_Polarity | Define the polarity for the channel (PCIe3521_OUTPUT_MODE_UNIPOLAR or PCIe3521_OUTPUT_MODE_BIPOLAR) |
[in] | us_Value | Value to be set on the analog output |
_INT_ i_PCIe3521_WriteMoreAnalogOutputs | ( | HANDLE | h_DeviceHandle, |
UCHAR | uc_ChannelNbr, | ||
PUCHAR | puc_Channel, | ||
PUCHAR | puc_Polarity, | ||
PUSHORT | pus_Value | ||
) |
Set the value of several analog outputs
[in] | h_DeviceHandle | Handle of the board |
[in] | uc_ChannelNbr | Define the number of channels to set |
[in] | puc_Channel | Pointer to an array containing the list of channels to be set |
[in] | puc_Polarity | Pointer to an array containing the list of polarities for the defined channels (PCIe3521_OUTPUT_MODE_UNIPOLAR or PCIe3521_OUTPUT_MODE_BIPOLAR) |
[in] | pus_Value | Pointer to an array containing the values to be set |