resistive_loss_constant#

property Cable.resistive_loss_constant: float#

Coaxial cable resistive loss constant.

Value should be between 0 and 2.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> cable = app.schematic.create_component("Cable")
>>> cable.cable_type = Cable.CableTypeOption.COAXIAL_CABLE
>>> cable.resistive_loss_constant = 0