Skip to content

Instantly share code, notes, and snippets.

@raganmd
Last active November 11, 2023 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raganmd/491f3a8203e35bdb544a84afa3b847ab to your computer and use it in GitHub Desktop.
Save raganmd/491f3a8203e35bdb544a84afa3b847ab to your computer and use it in GitHub Desktop.
HQ-TD-Python
par_map = {}
target = op("constant2")
for each_par in target.pars('name*'):
par_map[each_par.val] = f"value{tdu.digits(each_par.name)}"
print(par_map)
target.store("par_map", par_map)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment