Main Content

Advisor.component.Component Class

Namespace: Advisor.component
Superclasses:

Create component for metric analysis

Description

Model component used for metric analysis. When you define a custom model metric, the component object defines the component for metric analysis.

Construction

component_obj = Advisor.component.Component creates a model component object.

Properties

expand all

Component identifier. This property is read/write.

Component type, as specified by Advisor.component.Types. This property is read/write.

Model component name. This property is read/write.

IsLinked is true if the component is linked to a library. Components of type Model, ModelBlock, ProtectedModel cannot be linked. For these properties, the IsLinked is always true.

Methods

getPathRetrieve component path

Version History

Introduced in R2016a

Go to top of page