IScriptCreateMetricsTableExtension

class

IScriptCreateMetricsTableExtension.

IScriptCreateMetricsTableExtension

Bases: object

Scripting API to extend an object for code analysis metrics table creation.

create_code_analysis_metrics_table

name

Creates a code analysis metrics table with the specified name.

Parameters

name (string) -- The name.

Returns

The IScriptObject of the newly created code analysis metrics table.

Return type

IExtendedObject

Reports

Exception -- Any exception which might occur (e. g. if the name is not an IEC identifier, or an object with the same name already exists within the same namespace, or the object cannot be created under this parent).