| Styling > Customizing BTS > Customizing BTS Antennas |
Customizing BTS Antennas |
INDEX
PREVIOUS
NEXT
|
The following properties allow you to customize the graphic representation of BTS antennas. They can be set to the BTS object directly if you want them to be applied to all antennas inside the BTS object. Or, if necessary, you can set the properties to a specific antenna.
object."ilog.tgo.model.IltBTSAntenna" {
alphaBeamWidth: 0.5;
beamWidthBorderVisible: true;
}
The following CSS extract defines specific antenna properties which are set for a given BTS object. All the antennas that are part of this BTS object will be customized accordingly.
#bts1 {
alphaBeamWidth: 0.5;
beamWidthBorderVisible: true;
}
The following CSS extract shows how to customize the representation of a single BTS antenna. In this case, the CSS selector used is based on the BTS antenna identifier.
#antenna1 {
alphaBeamWidth: 0.8;
beamWidthVisible: false;
}
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |