Skip to content

Commit

Permalink
fix: reflect name change of vi_bias_bus DAC in recent pxar to global …
Browse files Browse the repository at this point in the history
…DB interface
  • Loading branch information
piberger committed Sep 21, 2016
1 parent bc52a17 commit 43cb415
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ def CustomWriteToDatabase(self, ParentID):
VTRIM = DacParameters['vtrim']['Value'],
VTHRCOMP = DacParameters['vthrcomp']['Value'],
VHLDDEL = DacParameters['vhlddel']['Value'],
VIBIAS_BUS = DacParameters['vibias_bus']['Value'],
VIBIAS_BUS = DacParameters['vibias_bus']['Value'] if 'vibias_bus' in DacParameters else DacParameters['vcolorbias']['Value'],
PHOFFSET = DacParameters['phoffset']['Value'],
VCOMP_ADC = DacParameters['vcomp_adc']['Value'],
PHSCALE = DacParameters['phscale']['Value'],
Expand Down

0 comments on commit 43cb415

Please sign in to comment.