trying to fix calibration for meas. computing pci-das6034
This commit is contained in:
parent
7ed14c5b16
commit
d11da3c6fa
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ static int setup_cb_pci_64xx( calibration_setup_t *setup )
|
|||
static int setup_cb_pci_60xx( calibration_setup_t *setup )
|
||||
{
|
||||
static const int caldac_subdev = 6;
|
||||
|
||||
//extra delay not needed by 6023 and 6024, but is needed by 6034
|
||||
setup->sv_settling_time_ns = 10000000;
|
||||
init_observables_60xx( setup );
|
||||
setup_caldacs( setup, caldac_subdev );
|
||||
setup->do_cal = cal_cb_pci_60xx;
|
||||
|
|
Loading…
Add table
Reference in a new issue