Declared in Antenna
Declaration
double[] GetLoadedSignaturePattern(
double from,
double to,
double increment,
bool useFloor
);Description
Gets the currently loaded RF pattern and returns the data in degrees as an array from 0 to 360.
Parameters
| Name | Description |
|---|---|
| from | [deg] The starting angle to search (inclusive) |
| to | [deg] The final angle to search (inclusive) |
| increment | [deg] The increment between angles |
| useFloor | A flag whether to add the floor of the value |