hpcflow.sdk.core.parameters.SubParameter#

class hpcflow.sdk.core.parameters.SubParameter(address, parameter)#

Bases: object

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.