Home Forums Nazca Questions and Answers Changing GDS database units Reply To: Changing GDS database units

#5549
Ronald
Keymaster

Dear David,

Your solution will work. To avoid hacking in the modules directly, setting database units can be done more flexible using the following script lines:

import nazca.gds_base as base
base.gds_db_unit = 0.00001
base.gds_db_user = 0.0001

Ronald