Aspen Touch Solutions ATM-123R Series Especificações Página 356

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 374
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 355
A-20 Extensibility FAQ
A-20
hyContainer is an object referenced to the Container object
which is made in the Function Initialize section of the class
module. For example,
11. How do I add a single-column Matrix which lists one type of
information (for example, Component names)?
Ans: Use the following procedure:
a. Open the HYSYS Extension View Editor with the extension
definition file (EDF) to be modified.
b. Go to the Views Manager property view and click the
Objects Manager icon beside the Selected Objects drop-
down list.
c. In the Variables of Selected Object matrix, enter the
following in the Tag, Name and Type columns.
ComponentNames is the Text object used to put the
component names in the matrix column row and column
header. MatrixData is the Real Number object used to hold
the matrix data.
Public Function Initialize(ByVal Container As Object,
ByVal IsRecalling As Boolean) As Long
Initialize = extnCurrentVersion
Set hyContainer = Container
End Function
Objects Manager icon
Tag Name Type
Persistent
Triggers
Solve
N
Dimensions
Numeric
Type
ComponentNames ComponentNames Text Checked Cleared Vector N/A
MatrixData MatrixData Real Checked Selected Matrix Index
Tag Name which is used to access the object from Visual
Basic.
Name Alternate name used in the Extension View Editor
(used to be more descriptive).
Type The object type.
Persistent Stores object values with the HYSYS simulation case.
Triggers Solve Will a change in the object force a solve.
Numeric Type The type of real number. Index is used for unitless
numbers. This only applies to objects of the Real
Number type.
Vista de página 355
1 2 ... 351 352 353 354 355 356 357 358 359 360 361 ... 373 374

Comentários a estes Manuais

Sem comentários