SensorEOIRSensitivityCollection#

class ansys.stk.core.stkobjects.SensorEOIRSensitivityCollection#

Class defining the Sensitivities collection for an EOIR Sensor.

Overview#

item

Given an index, returns an SensorEOIRRadiometricPair interface.

add

Add a radiometric pair.

remove_at

Remove a radiometric pair given an index.

count

The number of items in the collection.

_new_enum

Enumerates through the collection.

Import detail#

from ansys.stk.core.stkobjects import SensorEOIRSensitivityCollection

Property detail#

property SensorEOIRSensitivityCollection.count: int#

The number of items in the collection.

property SensorEOIRSensitivityCollection._new_enum: EnumeratorProxy#

Enumerates through the collection.

Method detail#

SensorEOIRSensitivityCollection.item(self, index: int) SensorEOIRRadiometricPair#

Given an index, returns an SensorEOIRRadiometricPair interface.

Parameters:

index : int

Returns:

SensorEOIRRadiometricPair

SensorEOIRSensitivityCollection.add(self) SensorEOIRRadiometricPair#

Add a radiometric pair.

Returns:

SensorEOIRRadiometricPair

SensorEOIRSensitivityCollection.remove_at(self, index: int) None#

Remove a radiometric pair given an index.

Parameters:

index : int

Returns:

None