add_cable_to_bundle# Cable.add_cable_to_bundle() → bool# Add a cable to an existing cable bundle. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modules.cable_modeling import Cable >>> obj = Cable() >>> obj.add_cable_to_bundle()