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 (List[int | float | str]) – parameter (Parameter) – address: List[int | float | str]# How to find this within the containing paraneter. parameter: Parameter# The containing main parameter.