kappa_sdk.kw.ModelParameter#

class kappa_sdk.kw.ModelParameter(parameter_type, conditions)[source]#

An immutable ModelParameter object Describes an identifier for a parameter in KWKAModel xml.

Attributes

ModelParameter.conditions

class: 'ModelParameter'.

ModelParameter.parameter_type

class: 'ModelParameter'.

Methods

Parameters:
  • parameter_type (str)

  • conditions (Dict[Any, Any])

__init__(parameter_type, conditions)[source]#
Parameters:
  • parameter_type (str)

  • conditions (Dict[Any, Any])

property parameter_type: str#

class: ‘ModelParameter’.

Type:

Gets parameter type of the

property conditions: Dict[Any, Any]#

class: ‘ModelParameter’.

Type:

Gets parameter conditions of the

copy()[source]#
Return type:

Self