Everything

csplus.terminate


This function terminates the connected CS+, CS+ will be closed.

[Specification format]

csplus.terminate()

[Argument(s)]

None

[Return value]

None

[Detailed description]

-

If no CS+ instance has been connected before via connect() command, an exception will be thrown.

[Example of use]

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