SensorEOIRSaturationCollection#

class ansys.stk.core.stkobjects.SensorEOIRSaturationCollection#

Class defining the Saturations 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 SensorEOIRSaturationCollection

Property detail#

property SensorEOIRSaturationCollection.count: int#

The number of items in the collection.

property SensorEOIRSaturationCollection._new_enum: EnumeratorProxy#

Enumerates through the collection.

Method detail#

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

Given an index, returns an SensorEOIRRadiometricPair interface.

Parameters:

index : int

Returns:

SensorEOIRRadiometricPair

SensorEOIRSaturationCollection.add(self) SensorEOIRRadiometricPair#

Add a radiometric pair.

Returns:

SensorEOIRRadiometricPair

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

Remove a radiometric pair given an index.

Parameters:

index : int

Returns:

None