Engine.IsRemote

Syntax

Engine.IsRemote

Data Type

Boolean

Purpose

Specifies whether the engine was created to execute sequences on a remote computer.

Remarks

Note A TestStand Engine must set this property. National Instruments recommends not setting this property manually.

When TestStand executes sequences on a remote computer, the software creates an instance of the TestStand Engine on the remote computer and sets this property on the remote engine to True . To determine whether the engine was created for remote execution, obtain the value of this property.

Note TestStand does not support remotely executing a sequence across different TestStand versions, for example, remotely executing a TestStand 2013 sequence from a computer running TestStand 2010.

See Also

Engine.MasterEngine

StationOptions.AllowSequenceCallsFromRemoteMachine