SetIntValue Method (string, ulong)

Update the value of an integer variable using a UInt64.

Type: XJEaseGlobals

Namespace: XJTAG.Integration.XJRunner

Syntax

public void SetIntValue(string variableName, ulong updateValue)

Parameters

variableName

Type: string

The name of the variable to update.

updateValue

Type: ulong

The new value for the variable.

Exceptions

System.InvalidOperationException

An integer variable with the given name could not be found.