Skip to content

Configuration of Calculation

The calculation configurations can be accessed via the cna.calc_conf object, for example:

cna.calc_conf.SEARCHRAD = 1000
local r = cna.calc_conf.SEARCHRAD
cna.print("Search radius: " .. cna.calc_conf.SEARCHRAD)

Regarding the attributes available see ObjAtt of the manual „Attributes, Variables, and Keywords“.