![]() |
![]() |
TX power monitoring configuration. More...
#include <control/mmwavelink/include/rl_monitoring.h>
Data Fields | |
rlUInt8_t | profileIndx |
This field indicates the profile Index for which this configuration applies. | |
rlUInt8_t | rfFreqBitMask |
This field indicates the exact RF frequencies inside the profile's RF band at which to measure the required parameters. When each bit in this field is set, the measurement at the corresponding RF frequency is enabled w.r.t. the profile's RF band. . More... | |
rlUInt16_t | reserved0 |
Reserved for Future use. More... | |
rlUInt8_t | reserved1 |
Reserved for Future use. | |
rlUInt16_t | txPowAbsErrThresh |
The magnitude of difference between the programmed and measured TX power for each enabled channel at each enabled RF frequency, is compared against this threshold. The comparison result is part of the monitoring report message(Error bit is set if any measurement is above this threshold). 1 LSB = 0.1 dB Valid range: 0 to 65535 (0 to 6553dB) . | |
rlUInt16_t | txPowFlatnessErrThresh |
The magnitude of measured TX power flatness error, for each enabled channel, is compared against this threshold. The flatness error for a channel is defined as the peak to peak variation across RF frequencies. The comparison result is part of the monitoring report message(Error bit is set if any measurement is above this threshold). 1 LSB = 0.1 dB Valid range: 0 to 65535 (0 to 6553dB) This flatness check is applicable only if multiple RF Frequencies are enabled. . | |
rlUInt16_t | reserved2 |
Reserved for Future use. | |
rlInt8_t | txPowOffsetValRF1 |
For AWR2243 devices : This field is reserved. Set it to 0x0. For xWR6243 devices : The offset values to be added with the measured TX power for each RF before the relevant threshold comparison. Valid range: -128 to +127 (-12.8 to 12.7dB) . | |
rlInt8_t | txPowOffsetValRF2 |
For AWR2243 devices : This field is reserved. Set it to 0x0. For xWR6243 devices : The offset values to be added with the measured TX power for each RF before the relevant threshold comparison. Valid range: -128 to +127 (-12.8 to 12.7dB) . | |
rlInt8_t | txPowOffsetValRF3 |
For AWR2243 devices : This field is reserved. Set it to 0x0. For xWR6243 devices : The offset values to be added with the measured TX power for each RF before the relevant threshold comparison. Valid range: -128 to +127 (-12.8 to 12.7dB) . | |
rlUInt8_t | reserved3 |
Reserved for Future use. | |
TX power monitoring configuration.
Definition at line 747 of file rl_monitoring.h.
rlUInt16_t rlTxPowMonConf_t::reserved0 |
Reserved for Future use.
Value Definition
0 Report is sent every monitoring period without threshold check
1 Report is send only upon a failure (after checking for thresholds)
2 Report is sent everymonitoring period with threshold check.
Definition at line 797 of file rl_monitoring.h.
rlUInt8_t rlTxPowMonConf_t::rfFreqBitMask |
This field indicates the exact RF frequencies inside the profile's RF band at
which to measure the required parameters. When each bit in this field is set,
the measurement at the corresponding RF frequency is enabled w.r.t. the
profile's RF band.
.
Bit number RF frequency RF
0 Lowest RF frequency in profile's RF1
sweep bandwidth
1 Center RF frequency in profile's RF2
sweep bandwidth
2 Highest RF frequency in profile's RF3
sweep bandwidth
The RF Name column is mentioned here to set the convention for the purpose
of reporting and describing many monitoring packets.
Definition at line 770 of file rl_monitoring.h.