No documentation available.
|
|
|
|
|
__contains__(x,
y)
y in x |
|
|
|
|
__delitem__(x,
y)
del x[y] |
|
|
|
|
|
|
|
|
|
|
__setitem__(x,
i,
y)
x[i]=y |
|
|
|
bool
|
append(iComponent)
Appends a external excitation to the list. |
|
|
ExternalExcitation
|
at(iName)
Returns the external excitation by name. |
|
|
|
None
|
|
|
bool
|
contains(iComponentDef)
Determines if the external excitation is in the list. |
|
|
|
int
|
index(iComponent)
Retrieves the index of a external excitation. |
|
|
|
bool
|
insert(iIndex,
iComponent)
Inserts a external excitation into the list. |
|
|
list{string}
|
names()
Returns the names of the external excitations in the list. |
|
|
|
bool
|
remove(iIndex)
Removes a external excitation. |
|
|
|
bool
|
replace(iIndex,
iComponent)
Replaces a external excitation. |
|
|
|
int
|
size()
Returns the size of the list. |
|
|
|
None
|
swap(iIndex,
iIndex)
Swaps two external excitations. |
|
|
|
Inherited from core.Selectable:
clone,
isSelected
Inherited from core.Updatable:
__enter__,
__exit__,
hash,
isValid,
reasonWhyInvalid
|