Loading…
Loading…
Method Name: FO2KFactorMethod
Method ID: 0x4013
Method Label: Display K-factor
Method Help: This displays the calculated K-factor and inverse K-factor for frequency output 2 based on the displayed maximum frequency and upper range
- {
- float kFactor;
- float inverseKFactor;
- float upperRange;
- int rateTimeUnit;
- int maxFrequency;
- int content;
- long id[1];
- kFactor = -1.0;
- upperRange = _fvar_value(16404);
- maxFrequency = _ivar_value(16405);
- rateTimeUnit = _ivar_value(16399);
- if (upperRange != 0.0)
- {
- kFactor = maxFrequency / upperRange;
Please login for more