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#

How to find this within the containing paraneter.

parameter: app.Parameter#

The containing main parameter.