show_composite_passband#

property AntennaNode.show_composite_passband: bool#

Show plot instead of 3D window.

Value should be ‘true’ or ‘false’.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> _, ant = app.schematic.create_radio_antenna("Bluetooth")
>>> ant._ = True
>>> ant.show_composite_passband = False