Skip to content

Instantly share code, notes, and snippets.

@chuongmep
Created June 13, 2020 11:26
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 chuongmep/fdae465fe0d00c88a82b856883071abf to your computer and use it in GitHub Desktop.
Save chuongmep/fdae465fe0d00c88a82b856883071abf to your computer and use it in GitHub Desktop.
spfile = app.OpenSharedParameterFile()
def defFile(spfile, group, param):
defGroup = spfile.Groups.get_Item(group)
return defGroup.Definitions.get_Item(param)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment