close_connection#


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.