AbstractChannelScanParameters
AbstractChannelScanParameters ⇐ BusinessModel
Kind: global abstract class
Extends: BusinessModel
Model:
Properties
Name | Type | Description |
---|---|---|
type | number | The type of the scan |
startFrequency | number | The start frequency of the scan, in kHz. |
endFrequency | number | The end frequency of the scan, in kHz. |
raster | number | The raster size represented in kHz (typically 7000 or 8000). |
ofdm | string | The Orthogonal Frequency Division Multiplexing (OFDM) for the indicating frequency |
modulationModes | number | The modulation modes to be scanned. |
bandwidth | string | The expected bandwidth. |
symbolRate | string | A comma-separated list of the symbol rates to be scanned, in symbols/sec. |
polarisation | number | The polarisation to be scanned. |
codeRate | string | The code rate, e.g. 3/4 or 5/6. |
orbitalPosition | number | The orbitalPosition property is used to resolve DiSEqC switch/motor. |
networkId | number | The network ID of the network to be scanned, or undefined if all networks should be scanned. |
startNetworkScanOnNIT | boolean | The scan mode for scanning. |
isaChannelScanParameters | boolean | Feature flag |
AbstractChannelScanParameters()
This class represents the model used when using channel scan (@see AbstractChannelScanService) Note: depending of the type of scan, some properties may be un-useful.