DllInterface#

class ansys.aedt.core.filtersolutions_core.dll_interface.DllInterface(show_gui=False, version=None)#

Interfaces with the FilterSolutions C++ API DLL.

Methods

DllInterface.api_version()

Get the version of the API.

DllInterface.enum_to_string(enum_value)

Convert an enum value to a string.

DllInterface.get_string(dll_function[, max_size])

Call a DLL function that returns a string.

DllInterface.raise_error(error_status)

DllInterface.restore_defaults()

Restore the state of the API, including all options and values, to the initial startup state.

DllInterface.set_string(dll_function, string)

Call a DLL function that sets a string.

DllInterface.string_to_enum(enum_type, string)

Convert a string to a string defined by an enum.