Everything

csplus.connect


Establish socket communication between Python 3 execution environment and CS+.

[Specification format]

csplus.connect()

[Argument(s)]

None

[Return value]

None

[Detailed description]

-

If the connection cannot be established, an exception will be thrown.

-

This function must be called before calling other functions.

[Example of use]

>>> import sys
>>> sys.path.append("C:\Program Files (x86)\Renesas Electronics\CS+\CC\Plugins\PythonConsole\integration_service")
>>> import csplus
>>> csplus.connect()
>>>