is_negative#

property Layer.is_negative: bool#

Get/Set the active layer negative flag. When True the layer will be negative.

Returns:
bool

Examples

>>> from ansys.aedt.core.modules.layer_stackup import Layer
>>> obj = Layer()
>>> obj.is_negative