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.
name (string) -- The name.
The IScriptObject of the newly created code analysis metrics table.
IExtendedObject
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).