class DJIOcuSyncFrequencyInterference
@interface DJIOcuSyncFrequencyInterference : NSObject
Header: DJIAirLinkBaseTypes.h Inherits From: NSObject
Description:
This class represents the power spectral density of a frequency slice. Only supported by Mavic Pro.
Class Members:
Average Interference Spectral Density
property
property powerPerMHz
@property (nonatomic , readonly ) NSInteger powerPerMHz
Header: DJIAirLinkBaseTypes.h
Description:
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.
Start Point of Frequency Range
property
property frequencyStart
@property (nonatomic , readonly ) float frequencyStart
Header: DJIAirLinkBaseTypes.h
Description:
The start point of the frequency range in MHz.
Width of the Frequency
property
property frequencyWidth
@property (nonatomic , readonly ) float frequencyWidth
Header: DJIAirLinkBaseTypes.h
Description:
The width of the frequency range in MHz.