Varying¶
- class Varying¶
Available in
Program.__getitem__()
Represents a program output varying.
- Varying.name: str¶
The name of the varying.
- Varying.number: int¶
The output location of the varying.
- Varying.extra: Any¶
User defined data.
Available in Program.__getitem__()
Represents a program output varying.
The name of the varying.
The output location of the varying.
User defined data.