*hwct_synclibrary

Synchronizes library information from a connected library.

Syntax

*hwct_synclibrary entity_type mark_id params

Type

HyperMesh Tcl Modify Command

Description

Synchronizes library information from a connected library. This includes information such as Major Revision, Study Revision and Library Revision.

Inputs

entity_type
The type of connected library. Currently only supported for subsystems.
mark_id
The ID of the mark of entities. Valid values are 1 and 2.
params
A quoted, comma separated string, containing additional optional name=value parameters. Currently not supported.

Examples

Synchronize library related information for subsystem 2:

*createmark subsystems 1 2
*hwct_synclibrary subsystems 1

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2020