Everything

common.EnableRemotingStartup


This property sets and displays the setting for enabling or disabling the function for linking to an external tool at CS+ startup.

[Specification format]

common.EnableRemotingStartup = bool

[Setting(s)]

Setting

Description

bool

Set whether to enable or disable the function for linking to an external tool at CS+ startup.

True: Enable the function for linking to an external tool (default).

False: Disable the function for linking to an external tool.

Use the common.UseRemoting property to enable or disable linking to an external tool while running.

[Reference]

Current set value

[Detailed description]

-

This property sets and displays the setting for enabling or disabling the function for linking to an external tool at CS+ startup.

[Example of use]

>>>print common.EnableRemotingStartup
False
>>>common.EnableRemotingStartup = True