measurement_length#
- property Cable.measurement_length: float#
Length of the cable used for the measurements.
Value should be between 0 and 500.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> cable = app.schematic.create_component("Cable") >>> cable.cable_type = Cable.CableTypeOption.BY_FILE >>> cable.measurement_length = 1.0