This interface can be used to send commands to the text interface of OpenDSS (DSS.Text). The structure of the interface is as follows:


CStr DSSPut_Command(CStr Command);


This interface returns a string pointer (ANSI) with the result of the command sent, the variable “Command” is used as input to send an OpenDSS command to the Text interface of OpenDSS.