hpcflow.sdk.core.element.ElementRepeats#

class hpcflow.sdk.core.element.ElementRepeats(number, where=None)#

Bases: object

A repetition rule.

Parameters:

Methods

Attributes

where

A filtering rule for what to repeat.

number

The number of times to repeat.

number: int#

The number of times to repeat.

where: ElementFilter | None = None#

A filtering rule for what to repeat.