fix coarse/fine ai pregain offset caldacs for pci-6025e
This commit is contained in:
parent
d9a35aa836
commit
28ea3d0529
1 changed files with 2 additions and 2 deletions
|
@ -922,9 +922,9 @@ static int cal_ni_pci_6025e(calibration_setup_t *setup)
|
|||
ni_caldac_layout_t layout;
|
||||
|
||||
init_ni_caldac_layout( &layout );
|
||||
layout.adc_pregain_offset = 8;
|
||||
layout.adc_pregain_offset = 0;
|
||||
layout.adc_postgain_offset = 4;
|
||||
layout.adc_pregain_offset_fine = 0;
|
||||
layout.adc_pregain_offset_fine = 8;
|
||||
layout.adc_gain = 2;
|
||||
layout.dac_offset[ 0 ] = 6;
|
||||
layout.dac_gain[ 0 ] = 11;
|
||||
|
|
Loading…
Add table
Reference in a new issue