TNamedObject

Type-access

Command

Description – (Specific class) otherwise generic

Property- private

Get_QualifiedName

Returns the name of the caller including class. E.g. Load.myload.

Property- private

Get_DisplayName

Returns the name to be displayed for the caller, if not assigned, returns the class, underscore character and element names.

Property- private

Set_DisplayName

Sets the name to be displayed (different from the objects name) for the caller.

Property- private

Get_UUID

Returns the unique identifier for the caller object.

Property- private

Get_ID

Returns the unique identifier for the caller object as a string.

Property- private

Set_UUID

Sets the unique identifier for the caller object.

property- public

DSSClassName

Returns the name of the class the caller belongs to.

property- public

LocalName

PA the objects name within the circuit. It is not the class nor display name. E.g. load.myload, LocalName = myload.

property- public

QualifiedName

PA Get_QualifiedName.

property- public

DisplayName

PA Get_DisplayName, Set_DisplayName.

property- public

UUID

PA Get_UUID, Get_UUID.

property- public

ID

PA Get_ID.

property- public

CIM_ID

Returns the string defining the CIM_ID for the caller object.