los#
- property FiveGChannelModel.los: bool#
True if the operating environment is line-of-sight.
Value should be ‘true’ or ‘false’.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> rev = app.results.get_revision() >>> cpl = rev.get_coupling_data_node() >>> fivg = cpl.add_5g_channel_model_coupling() >>> fivg.los = False