SensorEOIRBandCollection#
- class ansys.stk.core.stkobjects.SensorEOIRBandCollection#
Class defining the band collection for an EOIR Sensor.
Overview#
Import detail#
from ansys.stk.core.stkobjects import SensorEOIRBandCollection
Property detail#
- property SensorEOIRBandCollection._new_enum: EnumeratorProxy#
Enumerates through the collection.
Method detail#
- SensorEOIRBandCollection.item(self, index: int) SensorEOIRBand #
Given an index, returns an SensorEOIRBand interface.
- Parameters:
index :
int
- Returns:
SensorEOIRBand
- SensorEOIRBandCollection.add(self) SensorEOIRBand #
Add a target.
- Returns:
SensorEOIRBand
- SensorEOIRBandCollection.get_item_by_name(self, name: str) SensorEOIRBand #
Retrieve an item from the collection by name.
- Parameters:
name :
str
- Returns:
SensorEOIRBand