Skip to content

Commit

Permalink
fixed vale error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcapodi78 authored and maxcapodi78 committed Aug 2, 2023
1 parent 76708a9 commit 8f3ed4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/Getting_started/Troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ Starting from 2022R2 the AEDT API has replaced the COM interface with a gRPC int
* - < 2022 R2
- 2022 R2
- > 2022 R2
* - Only Python.NET
- | Python.NET: *Default*
* - Only `Python.NET`
- | `Python.NET`: *Default*
| Enable gRPC: ``pyaedt.settings.use_grpc_api = True``
- | gRPC: *Default*
| Enable Python.NET: ``pyaedt.settings.use_grpc_api = False``
| Enable `Python.NET`: ``pyaedt.settings.use_grpc_api = False``
The options shown here apply only to the Windows platform.
On Linux, the Python interface to AEDT uses gRPC for all versions.
Expand Down

0 comments on commit 8f3ed4d

Please sign in to comment.