3.7.5.79 System.Network

Read and alter the network connection settings.

LabTalk Object Type:

Utility

The network object is a sub-object of the system object. The network object properties allow you to read and alter the network connection setting. These settings can also be accessed on the Miscellaneous tab of Preferences: Options dialog box.


Properties:

Property Access Description
System.network.proxy$ Read/write
string

Network proxy settings as follow:

  • direct = Direct Connection. Do not use proxy. This is the default setting.
  • system = Use the proxy settings specified in your Windows operating system.
  • [username]:[password]@[server name|server ip]:[port] = Use specified HTTP proxy server.

See Also: