![]() |
![]() |
TX ballbreak monitoring configuration. More...
#include <control/mmwavelink/include/rl_monitoring.h>
Data Fields | |
rlUInt8_t | reportMode |
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 every monitoring period with threshold check. . | |
rlUInt8_t | reserved0 |
Reserved for Future use. More... | |
rlUInt32_t | reserved1 |
Reserved for Future use. | |
rlUInt32_t | reserved2 |
Reserved for Future use. | |
TX ballbreak monitoring configuration.
Definition at line 834 of file rl_monitoring.h.
rlUInt8_t rlTxBallbreakMonConf_t::reserved0 |
Reserved for Future use.
The TX reflection coefficient's magnitude for each enabled channel is compared against
the threshold given here. The comparison result is part of the monitoring report
message (Error bit is set if the measurement is higher than or equal to this
threshold, with the units of both quantities being the same).
1 LSB = 0.1 dB, signed number
Valid range: -32767 to +32767 (-3276dB to +3276dB)
Definition at line 847 of file rl_monitoring.h.