length#

property Cable.length: float#

Length of cable.

Value should be between 0 and 500.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> cable = app.schematic.create_component("Cable")
>>> cable.length = 1.0