fix calibration channels for 611x analog output
This commit is contained in:
parent
57106eaf63
commit
6629cece60
1 changed files with 4 additions and 4 deletions
|
@ -798,10 +798,10 @@ int cal_ni_pci_611x( calibration_setup_t *setup )
|
|||
}
|
||||
|
||||
if(do_output){
|
||||
cal1( setup, ni_ao0_zero_offset_611x, 10 );
|
||||
cal1( setup, ni_ao0_reference_611x, 9 );
|
||||
cal1( setup, ni_ao1_zero_offset_611x, 12 );
|
||||
cal1( setup, ni_ao1_reference_611x, 11 );
|
||||
cal1( setup, ni_ao0_zero_offset_611x, 18 );
|
||||
cal1( setup, ni_ao0_reference_611x, 17 );
|
||||
cal1( setup, ni_ao1_zero_offset_611x, 20 );
|
||||
cal1( setup, ni_ao1_reference_611x, 19 );
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue