close_connection#

dlubal.api.rstab.Application.close_connection(self)#

Closes connection to API server


Example

from dlubal.api import rstab

with rstab.Application() as rstab_app:
    rstab_app.close_connection()

Tip

Connection is terminated automatically at the end of the script. If the connection needs to be terminated separately, then use this function.