update_shielding# Cable.update_shielding() → bool# Create jacket type when cable type is bundle and jacket type is braid shield. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modules.cable_modeling import Cable >>> obj = Cable() >>> obj.update_shielding()