About Computed Attributes Customization

This topic deals with the computed attributes.

This page discusses:

Available Computed Attributes

This section provides you with information about available computed attributes.

Reference

TypeReturnDescription
RFLVPMLogical

Instance

RFLVPMLogical

Reference

Returns the reference corresponding to this instance.
RFLVPMLogical

CommunicationInstance

RFLVPMLogical

CommunicationReference

Returns the reference corresponding to this instance.
RFLVPMSystemType

Instance

RFLVPMSystemType

Reference

Returns the reference corresponding to this instance.
RFLVPMLogical

RepInstance

RFLVPMLogicalRep

Reference

Returns the representation reference corresponding to this representation instance.
RFLVPMLogical

3DRepInstance

RFLVPMLogical3DRep

Reference

Returns the representation reference corresponding to this representation instance.
RFLPLMFunctional

Instance

RFLPLMFunctional

Reference

Returns the reference corresponding to this instance.
RFLPLMFunctional

CommunicationInstance

RFLPLMFunctional

CommunicationReference

Returns the reference corresponding to this instance.
RFLPLMFlow

Instance

RFLPLMFlow

Reference

Returns the reference corresponding to this instance.
RFLPLMFunctional

RepInstance

RFLPLMFunctional

RepReference

Returns the representation reference corresponding to this representation instance.

SysConnectivity

TypeReturnDescription
RFLVPMLogical

Port

SysPort Shortcut to get the connectivity aspect (SysPort type) of a logical port.
RFLVPMLogical

Connection

SysConnection Shortcut to get the connectivity aspect (SysConnection type) of a logical connection.
RFLVPMLogical

Reference

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of a logical reference.
RFLVPMLogical

CommunicationReference

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of a logical communication reference.
RFLVPMLogical

Instance

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of a logical instance.
RFLVPMLogical

CommunicationInstance

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of a logical communication instance.
RFLPLMFunctional

Connector

SysPort Shortcut to get the connectivity aspect (SysPort type) of this functional port.
RFLPLMFunctional

Connection

SysConnection Shortcut to get the connectivity aspect (SysConnection type) of this functional connection.
RFLPLMFunctional

Reference

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of this functional reference.
RFLPLMFunctional

CommunicationReference

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of this functional communication reference.
RFLPLMFunctional

Instance

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of this functional instance.
RFPLMFunctional

CommunicationInstance

SysConnectable Shortcut to get the connectivity aspect (SysConnectable type) of this functional communication instance.

Syntax

This section provides you with information about the syntax.

Reference

Let Ref (RFLVPMLogicalReference)

Let Inst (RFLVPMLogicalInstance)

Set Ref=Inst.Reference

SysConnectivity

Let FConnection (RFLPLMFunctionalConnection)

Let SystemCnx (SysConnection)

Let ListOfSystems (List)

Let ListOfPorts (List)

Set SystemCnx=FConnection.SysConnectivity

SystemCnx.GetRelatedSystems(ListOfSystems, ListOfPorts)

SysConnectivity

Let FConnection (RFLPLMFunctionalConnection)

Let ListOfSystems (List)

Let ListOfPorts (List)

FConnection.SysConnectivity.GetRelatedSystems(ListOfSystems, ListOfPorts)