update_cable_properties# Cable.update_cable_properties() → bool# Update cable properties for all cable types. Returns: boolTrue when successful, False when failed. Examples >>> from ansys.aedt.core.modules.cable_modeling import Cable >>> obj = Cable() >>> obj.update_cable_properties()