get_component_variables#
- Maxwell3d.get_component_variables(name: str | Path) dict #
Read component file and extract variables.
- Parameters:
- name
str
orpathlib.Path
Name of the 3D component, which must be in the
syslib
oruserlib
directory. Otherwise, you must specify the full absolute path to the component file.
- name
- Returns:
dict
Dictionary of variables in the component file.