UDEC_Connection

class itasca.util.UDEC_Connection
Launch and connect to UDEC.
connect() → None.

Call this function to connect to UDEC once it has been started manually.

end() → None.

Close the socket connection.

receive() → any.

Read an item from the Itasca code.

send(data: any) → None.

Send an item to the Itasca code.

shutdown() → None.

Shutdown running softwarecode.

start(datafile_name: str) → None.

Launch Itasca software in a separate process, open the specified data file. The green execute button must be pressed in the Itasca software to start the calculation.