DJIOcuSyncFrequencyInterference

@interface DJIOcuSyncFrequencyInterference : NSObject

This class represents the power spectral density of a frequency slice. Only supported by Mavic Pro.

  • The average interference spectral density of the frequency range. The valid range is from [-60, -110] dBm/MHz. A smaller (more negative) value represents less interference and better communication quality.

    Declaration

    Objective-C

    @property (readonly, nonatomic) NSInteger powerPerMHz;
  • The start point of the frequency range in MHz.

    Declaration

    Objective-C

    @property (readonly, nonatomic) float frequencyStart;
  • The width of the frequency range in MHz.

    Declaration

    Objective-C

    @property (readonly, nonatomic) float frequencyWidth;