subsystems
Unless otherwise specified, data names are accessible in level 3 only.
- activesuppressed
- Returns non-zero if the entity is set inactive, 0 otherwise.
- attributesmax
- The number of attributes owned by this entity.
- color
- The 1-64 color of the entity.
- color_rgb
- The RGB color of the entity.
- config
- The configuration of the entity.
- definedentity
- True if the entity is defined, false otherwise.
- dirty_flag
- An indicator of whether the subsystem contents have been changed since its last representation was realized. Valid for hm_getvalue query only.
- export_file_parentid
- The parent of the file that is used for export. Valid for hm_getvalue query only.
- export_filename
- The name of the file used for export. Valid for hm_getvalue query only.
- export_filepath
- The location of the file used for export. Valid for hm_getvalue query only.
- id
- The ID of the entity.
- include
- The ID of the include file the entity is organized in.
- includeid
- The ID of the include file the entity is organized in.
- instance
- The instance the entity has been created from. Valid for hm_getvalue query only.
- internalid
- The ID of the entity.
- internalname
- The internal name of the entity.
- isinlibrary
- Indicates if the entity is in the currently connected library.
- library_comment
- The comment used to save the entity in the library.
- library_entityid
- The unique identifier used to save the entity in the library.
- library_name
- The name of the library where the entity is saved.
- library_revision
- The library revision of the entity in the library.
- major_revision
- The major revision of the entity in the library.
- maxid
- The maximum ID occupied by the subsystem. Valid for hm_getvalue query only.
- minid
- The minimum ID occupied by the subsystem. Valid for hm_getvalue query only.
- moduleid
- The module ID of the entity.
- name
- The name of the entity.
- outputsuppressed
- Returns non-zero if the entity is set "do not export", 0 otherwise.
- parentSubsystem
- The parent of the subsystem. Valid for hm_getvalue query only.
- poolid
- The pool number of the entity.
- poolname
- The pool name of the entity.
- rep_alias
- The alias/key of the currently active representation. Valid for hm_getvalue query only.
- rep_filename
- The file name of the currently active representation. Valid for hm_getvalue query only.
- repDefinitionNames
- The representation definitions of the subsystem. Valid for hm_getvalue query only.
- repDefinitionNamesSaved
- The representation definitions of the subsystem that have been saved. Valid for hm_getvalue query only.
- repDefinitionNamesTabularCount
- The number of representation definitions of the subsystem. Valid for hm_getvalue query only.
- repRealizationNames
- The representation realizations of the subsystem. Valid for hm_getvalue query only.
- repRealizationsNamesSaved
- The representation realizations of the subsystem that have been saved. Valid for hm_getvalue query only.
- repRealizationNamesTabularCount
- The number of representation realizations of the subsystem. Valid for hm_getvalue query only.
- repRealizations
- The representaiton realizations of the subsystem. Valid for hm_getvalue query only.
- solver_id
- The solver ID of the entity.
- solverkeyword
- The name of the solver keyword.
- solvername
- The solver name of the entity for entities enabled for name pool, otherwise the internal name of the entity.
- study_revision
- The study revision of the entity in the library.
- subsystems_triple_dxyz1, subsystems_triple_dxyz2, subsystems_triple_dxyz3, subsystems_triple_xyz0
- These are all triples, corresponding to the four rows of the transformation matrix for the subsystem. Valid for hm_getvalue query only.
- subsystemslinkedto
- The subsystems that the connectors inside are linked to.
- transformation_matrix
- The transformation matrix of the entity.
- unique_id
- The unique ID of the entity.
Version History
2020
2020.1 - Added new data name solverkeyword.
2021 - Removed private data names connector_filter, connectors_attachment, connectors_general, connectors_subsystem, granular_filter, granular_filter_beamsections, granular_filter_elements, granular_filter_loads, granular_filter_nodes, granular_filter_systems, granular_filter_vectors, granular_mode, granular_mode_beamsections, granular_mode_elements, granular_mode_loads, granular_mode_nodes, granular_mode_systems, and granular_mode_vectors.
2021.1 - Added new data names moduleid, poolid, poolname, and solver_id.
2021.2 - Added new data names internalname and solvername.
2022.2 - Added new data names maxid and minid.
2023 - Added new data names subsystems_triple_dxyz1, subsystems_triple_dxyz2, subsystems_triple_dxyz3, subsystems_triple_xyz0, and transformation_matrix.