Package org.seamcat.model.plugin.antenna
Interface BeamFormingCompositeInput
-
public interface BeamFormingCompositeInput
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BeamFormingCompositeInput.AntennaPattern
-
Field Summary
Fields Modifier and Type Field Description static UIChangeListener<BeamFormingCompositeInput>
change
static AntennaGain
element
static UniqueValueDef
ELEMENT_GAIN
static UniqueValueDef
ESCAN
static UniqueValueDef
ETILT
static double
horizontalSpacing
static int
nh
static int
nv
static BeamFormingCompositeInput.AntennaPattern
pattern
static double
peakGain
static double
verticalSpacing
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AntennaGain
element()
double
horizontalSpacing()
int
nh()
int
nv()
BeamFormingCompositeInput.AntennaPattern
pattern()
double
peakGain()
double
verticalSpacing()
-
-
-
Field Detail
-
ELEMENT_GAIN
static final UniqueValueDef ELEMENT_GAIN
-
ESCAN
static final UniqueValueDef ESCAN
-
ETILT
static final UniqueValueDef ETILT
-
peakGain
static final double peakGain
- See Also:
- Constant Field Values
-
nh
static final int nh
- See Also:
- Constant Field Values
-
nv
static final int nv
- See Also:
- Constant Field Values
-
horizontalSpacing
static final double horizontalSpacing
- See Also:
- Constant Field Values
-
verticalSpacing
static final double verticalSpacing
- See Also:
- Constant Field Values
-
element
static final AntennaGain element
-
pattern
static final BeamFormingCompositeInput.AntennaPattern pattern
-
change
static final UIChangeListener<BeamFormingCompositeInput> change
-
-
Method Detail
-
peakGain
double peakGain()
-
nh
int nh()
-
nv
int nv()
-
horizontalSpacing
double horizontalSpacing()
-
verticalSpacing
double verticalSpacing()
-
element
AntennaGain element()
-
pattern
BeamFormingCompositeInput.AntennaPattern pattern()
-
-