IGlobal

class IGlobal

Bases: ImpactCOMWrapperBase

Description:

Represents a global variable.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property name

Gets Name.

Description:

Gets the name of the variable.

Returns:

The value of Name.

Return type:

name (str)

property value

Gets Value.

Description:

Gets and sets the value of the variable.

Returns:

The value of Value.

Return type:

value (any)