is_grpc_api#

property Desktop.is_grpc_api: bool#

Whether the connection is through gRPC API.

Examples

>>> from ansys.aedt.core import Desktop
>>> d = Desktop(non_graphical=True)
>>> d.is_grpc_api