Beispiel #1
0
 public static extern int DAQ_ADC_SetChannelMode(DAQ_TYPE card_type, int card_id, DAQ_CHANNEL_MODE channel_mode);
Beispiel #2
0
 public static extern int DAQ_ADC_CardInformation(DAQ_TYPE card_type, int card_id, ref int is_calculate, ref DAQ_VALTAGE_RANGE valtage_range, ref DAQ_CHANNEL_MODE channel_mode);