Title here
Summary here
Trait
Kind: global abstract class
Extends: Trait
Model:
Properties
Name | Type | Description |
---|---|---|
isObservable | boolean | |
id | String | The id of the model |
isSignalInfo | boolean | flag |
strength | number | Signal strength measured in dBm. |
quality | number | Signal quality with range from 0 to 100. Calculation of quality is a function of ber and snr. |
ber | number | Bit error rate. |
snr | number | Signal to noise ratio (dB). |
lock | boolean | True if the tuner is locked to a transponder. |
uncorrectedBlocks | number | Number of uncorrected blocks. |
Base class provides details on the signal strength of the tuner.
Kind: instance method of AbstractSignalInfo
Param | Type |
---|---|
properties | object |