Cable#
- class ansys.aedt.core.modules.cable_modeling.Cable(app, json_file_name=None, working_dir=None)#
Contains all common Cable features.
- Parameters:
- app
ansys.aedt.core.hfss.Hfss
- json_file_name
str
,dict
,optional
Full path to either the JSON file or dictionary containing the cable information.
- working_dir
str
,optional
Working directory.
- app
Examples
>>> from ansys.aedt.core import Hfss >>> from ansys.aedt.core.modules.cable_modeling import Cable >>> hfss = Hfss() >>> cable_class = Cable(hfss)
Methods
Add a cable to an existing cable bundle.
Create a cable.
Create cable harness.
Create a clock source.
Create a clock source.
Create a pwl source from file.
Remove all sources.
Remove a list of cables.
Remove source.
Update cable properties for all cable types.
Update clock source.
Update pwl source.
Create jacket type when cable type is bundle and jacket type is braid shield.