update_stackup_layer#
- Layer.update_stackup_layer() bool#
Update the stackup layer.
Note
This method is valid for release 2021 R1 and later. This method works only for signal and dielectric layers.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oEditor.ChangeLayer
Examples
>>> from ansys.aedt.core.modules.layer_stackup import Layer >>> obj = Layer() >>> obj.update_stackup_layer()