create_exec_file#
- EdbSiwave.create_exec_file(add_dc=False, add_ac=False, add_syz=False, export_touchstone=False, touchstone_file_path='')[source]#
Create an executable file.
- Parameters:
- add_dcbool,
optional
Whether to add the DC option in the EXE file. The default is
False
.- add_acbool,
optional
Whether to add the AC option in the EXE file. The default is
False
.- add_syzbool,
optional
Whether to add the SYZ option in the EXE file
- export_touchstonebool,
optional
Add the Touchstone file export option in the EXE file. The default is
False
.- touchstone_file_path
str
,optional
File path for the Touchstone file. The default is
""
. When no path is specified andexport_touchstone=True
, the path for the project is used.
- add_dcbool,