zone.thermal.analytical.source.list

Syntax

l := zone.thermal.analytical.source.list(<list>)

Get a pointer to a container of all analytical thermal sources in the model.

If a filter list is provided, the return value is a list of filtered sources.

A filter list is a list of booleans of the same length as the number of sources in the model, false values are filtered out.

Returns:

l - a pointer to the list of all sources, or a list of pointers to filtered sources.