Contents

attenuationDurations

An array of durations at specific radio signal attenuations.

Declaration

var attenuationDurations: [NSNumber] { get }

Discussion

An array that contains the duration, in seconds, at certain attenuations, using an aggregated maximum exposures of 30 minutes.

array[0] = Sum of durations for all exposures when attenuation value was A <= X.

array[1] = Sum of durations for all exposures when attenuation value was X < A <= Y.

array[2] = Sum of durations for all exposures when attenuation value was Y < A.

Use the attenuationDurationThresholds to configure the X and Y values.

See Also

Exposure Criteria