PreferencesConnect#
- class ansys.stk.core.stkobjects.PreferencesConnect#
Allow configuring connect preferences.
Overview#
Get or set the initial connect Acknowledge mode state. |
|
Asynchronous allowed. |
|
Get or set the connection allowed property. |
|
Allow connections from other machines. |
|
Allow for command logging. |
|
Get or set the authentication mode for the server. |
|
Get or set the initial connect Error Notify mode state. |
|
File for logging commands. |
|
Max number of simultaneous connections. |
|
Period between port polls in msec. |
|
TCP/IP Socket Port. |
|
Get or set the filepath to the server certificate authentication file for mTLS authentication. (e.g. ca.crt) |
|
Get or set the filepath to the server certificate file for mTLS authentication. (e.g. server.crt) |
|
Get or set the filepath to the server key file for mTLS authentication. (e.g. server.key) |
|
Get or set the filepath to the directory for the UDS socket file. Supported on Linux platforms only. |
|
Get or set an optional UDS ID for multiple connections. Supported on Linux platforms only. |
|
Get or set the initial connect Verbose mode state. |
|
Ignore Backs when Wildcards used. |
Import detail#
from ansys.stk.core.stkobjects import PreferencesConnect
Property detail#
- property PreferencesConnect.acknowledge_message_receipt: bool#
Get or set the initial connect Acknowledge mode state.
- property PreferencesConnect.authentication_mode: ConnectAuthenticationMode#
Get or set the authentication mode for the server.
- property PreferencesConnect.error_notify_mode: bool#
Get or set the initial connect Error Notify mode state.
- property PreferencesConnect.tls_ca_file: str#
Get or set the filepath to the server certificate authentication file for mTLS authentication. (e.g. ca.crt)
- property PreferencesConnect.tls_server_certificate_file: str#
Get or set the filepath to the server certificate file for mTLS authentication. (e.g. server.crt)
- property PreferencesConnect.tls_server_key_file: str#
Get or set the filepath to the server key file for mTLS authentication. (e.g. server.key)
- property PreferencesConnect.uds_directory: str#
Get or set the filepath to the directory for the UDS socket file. Supported on Linux platforms only.