matflow.ElementParameter#

class matflow.ElementParameter(task, path, parent, element)#

Bases: ElementParameter

A parameter to an Element.

Parameters:

Methods

get_size

Get the size of the parameter.

Attributes

app

data_idx

The data indices associated with this parameter.

data_idx_is_set

The associated data indices for which this is set.

is_set

Whether this parameter is set.

value

The value of this parameter.

task

The task that this is part of.

path

The path to this parameter.

parent

The entity that owns this parameter.

element

The element that this is a parameter of.

app = App(name='MatFlow', version='0.3.0a131')#
property data_idx#

The data indices associated with this parameter.

property data_idx_is_set#

The associated data indices for which this is set.

element: Element#

The element that this is a parameter of.

get_size(**store_kwargs)#

Get the size of the parameter.

property is_set#

Whether this parameter is set.

parent: Element | app.ElementAction | app.ElementActionRun | app.Parameters#

The entity that owns this parameter.

path: str#

The path to this parameter.

task: app.WorkflowTask#

The task that this is part of.

property value: Any#

The value of this parameter.