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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 374
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 35
2-22 Key HYSYS Objects
2-22
likewise its own property package and set of components. Sub-
flowsheets can be accessed from the main flowsheet object
through the flowsheet collection object.
The above syntax, shows how to connect to the flowsheet object
of the HYSYS case. This assumes the hyCase variable is already
set to the SimulationCase object in HYSYS. The remaining
examples in this module assume a SimulationCase object
'hyCase' is already set.
The example below, shows how to connect to a sub-flowsheet of
a flowsheet. Sub-flowsheets are accessed from the main
flowsheet. The main flowsheet is accessed through the
SimulationCase.
Syntax: Flowsheet Object
Dim hyFlowsheet As Flowsheet
Set hyFlowsheet = hyCase.Flowsheet
Example: Connecting Flowsheets
Dim hyFlowsheet As Flowsheet
Dim hySubFlowsheets As Flowsheets
Dim hySubFlowsheet As Flowsheet
Set hyFlowsheet = hyCase.Flowsheet
Set hySubFlowsheets = hyFlowsheet.Flowsheets
Set hySubFlowsheet = hySubFlowsheets.Item(0)
Vista de página 35
1 2 ... 31 32 33 34 35 36 37 38 39 40 41 ... 373 374

Comentários a estes Manuais

Sem comentários