Class VecAntennaSpecification

All Implemented Interfaces:
Identifiable, ModifiableIdentifiable, HasCustomProperties<VecCustomProperty>, HasDescription<VecAbstractLocalizedString>, HasIdentification, HasModifiableIdentification, Visitable, Serializable

public class VecAntennaSpecification extends VecEEComponentSpecification implements Serializable, Visitable

Specification of the electrological aspects of an antenna.

Java class for AntennaSpecification complex type.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="AntennaSpecification">
   <complexContent>
     <extension base="{http://www.prostep.org/ecad-if/2011/vec}EEComponentSpecification">
       <sequence>
         <element name="FMin" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="FMax" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
         <element name="Impedance" type="{http://www.prostep.org/ecad-if/2011/vec}NumericalValue" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also: