update_shielding#

Cable.update_shielding() bool#

Create jacket type when cable type is bundle and jacket type is braid shield.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.cable_modeling import Cable
>>> obj = Cable()
>>> obj.update_shielding()