Swarm-NG
1.1
|
Attributes of the system, it is just a list of floating point values. More...
Public Member Functions | |
def | __getitem__ |
Get the ith value Usage. More... | |
def | __setitem__ |
Set the ith value Usage. More... | |
def | __len__ |
Length of the list Usage. More... | |
Attributes of the system, it is just a list of floating point values.
You can use [] and len to extract values from it or iterate over it with a for loop.
Definition at line 143 of file __init__.doc.py.
def swarmng.System.Attribute.__getitem__ | ( | self, | |
i | |||
) |
def swarmng.System.Attribute.__len__ | ( | self) |
def swarmng.System.Attribute.__setitem__ | ( | self, | |
i, | |||
v | |||
) |