SensorEOIRBandCollection#

class ansys.stk.core.stkobjects.SensorEOIRBandCollection#

Class defining the band collection for an EOIR Sensor.

Overview#

item

Given an index, returns an SensorEOIRBand interface.

add

Add a target.

remove_at

Remove a target given an index.

get_item_by_name

Retrieve an item from the collection by name.

count

The number of items in the collection.

_new_enum

Enumerates through the collection.

Import detail#

from ansys.stk.core.stkobjects import SensorEOIRBandCollection

Property detail#

property SensorEOIRBandCollection.count: int#

The number of items in the collection.

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.remove_at(self, index: int) None#

Remove a target given an index.

Parameters:

index : int

Returns:

None

SensorEOIRBandCollection.get_item_by_name(self, name: str) SensorEOIRBand#

Retrieve an item from the collection by name.

Parameters:

name : str

Returns:

SensorEOIRBand