Sidewalk Coverage Test Report
class SidewalkCoverageTestReport(val linkType: Int, val outputPower: Int, val totalPongs: Int, val totalPkts: Int, val meanRssi: Int, val meanSnr: Int, val stdRssi: Double, val stdSnr: Double, val meanLatency: Int)
The coverage test result object
Parameters
link Type
The linkType of current test, 0: LoRA, 1: FSK, 2: BLE, 14: AUTO_SUB-GHZ, 15: AUTO_ALL_PHY
output Power
The output power in dBm used by the edge device during the test.
total Pongs
Total number of PONGs transmitted during the test.
total Pkts
Total number of packets transmitted during the test.
mean Rssi
Mean of downlink RSSIs observed by edge device during the test
mean Snr
Mean of downlink SNR observed by edge device during the test.
std Rssi
Standard deviation of downlink RSSIs observed by edge device during the test.
std Snr
Standard deviation of downlink SNR observed by edge device during the test.
mean Latency
Mean round-trip latency in ms between sending a PING and receiving corresponding PONG message.
Constructors
Link copied to clipboard
fun SidewalkCoverageTestReport(linkType: Int, outputPower: Int, totalPongs: Int, totalPkts: Int, meanRssi: Int, meanSnr: Int, stdRssi: Double, stdSnr: Double, meanLatency: Int)