hpcflow.app.SubParameter#

class hpcflow.app.SubParameter(address, parameter)#

Bases: SubParameter

A parameter that is a component of another parameter.

Methods

Attributes

address

How to find this within the containing paraneter.

parameter

The containing main parameter.

Parameters:
  • address (Address) –

  • parameter (Parameter) –

address: Address#

How to find this within the containing paraneter.

parameter: Parameter#

The containing main parameter.