v_sim.NodeValuesIter¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
iter |
r/w |
the iterator used to span nodes. |
|
vals |
r/w |
the parent |
|
value |
r/w |
the stored value. |
Methods¶
class |
|
|
Details¶
- class v_sim.NodeValuesIter¶
Iterator structure used to read values of nodes.
New in version 3.8.
- classmethod new(type, vals)¶
- Parameters:
type (
v_sim.NodeArrayIterType) – a iteration type.vals (
v_sim.NodeValues) – av_sim.NodeValuesobject.
- Returns:
Trueif the iterator is in a valid state.- iter:
an iterator location.
- Return type:
(
bool, iter:v_sim.NodeValuesIter)
Creates an iterator to run over node values stored in vals, following type way of iterate.
New in version 3.8.