Package org.seamcat.model.plugin.antenna
Interface ITU_R_F1336_4_rec_2_Input
-
public interface ITU_R_F1336_4_rec_2_Input
Created by Karl Koch (adhoc@heiseka.de) on 12.02.2016.
-
-
Field Summary
Fields Modifier and Type Field Description static Distribution
additionalTilt
static double
defaultFrequency
static UniqueValueDef
ELECTRICAL_TILT
static double
k
static double
peakGain
static OptionalValue<java.lang.Double>
theta3
static boolean
usePeak
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Distribution
additionalTilt()
double
k()
double
peakGain()
OptionalValue<java.lang.Double>
theta3()
boolean
usePeak()
-
-
-
Field Detail
-
ELECTRICAL_TILT
static final UniqueValueDef ELECTRICAL_TILT
-
peakGain
static final double peakGain
- See Also:
- Constant Field Values
-
usePeak
static final boolean usePeak
- See Also:
- Constant Field Values
-
theta3
static final OptionalValue<java.lang.Double> theta3
-
additionalTilt
static final Distribution additionalTilt
-
k
static final double k
- See Also:
- Constant Field Values
-
defaultFrequency
static final double defaultFrequency
- See Also:
- Constant Field Values
-
-
Method Detail
-
peakGain
double peakGain()
-
usePeak
boolean usePeak()
-
theta3
OptionalValue<java.lang.Double> theta3()
-
additionalTilt
Distribution additionalTilt()
-
k
double k()
-
-