info
Display information about antenna, array, or platform
Description
info(
displays information
about the input antenna or array in a structure as follows:object1
)
isSolved
– Logical value specifying if an antenna or array is solved.isMeshed
– Logical value specifying if an antenna or array is meshed.MeshingMode
– String specifying the meshing mode.HasSubstrate
– Logical value specifying if an antenna or array uses a dielectric substrate.HasLoad
– Logical value specifying if an antenna or array has a load.PortFrequency
– Scalar or vector of frequencies used for port analysis.FieldFrequency
– Scalar or vector of frequencies used for field analysis.MemoryEstimate
– Approximate memory requirement to solve the antenna or array.
info(
displays information
about the input platform or installed antenna in a structure as follows:object2
)
isSolved
– Logical value specifying if the platform or installed antenna is solved.isMeshed
– Logical value specifying if the platform or installed antenna is meshed.MeshingMode
– String specifying the meshing mode.HasSubstrate
– Logical value specifying if the installed antenna uses a dielectric substrate.HasLoad
– Logical value specifying if the installed antenna has a load.PortFrequency
– Scalar or vector of frequencies used for port analysis.FieldFrequency
– Scalar or vector of frequencies used for field analysis.
info(
displays information
about the input wire stack antenna in a structure as follows:wirestack
)
isSolved
– Logical value specifying if the wire stack antenna is solved.isMeshed
– Logical value specifying if the wire stack antenna is meshed.MeshingMode
– String specifying the meshing mode.Frequency
– Scalar or vector of frequencies used for analysis.MemoryEstimate
– Approximate memory requirement for solving the wire stack antenna.
Examples
Input Arguments
Version History
Introduced in R2017b