Visual Basic (Declaration) | |
---|---|
Public MustOverride Function ImportAntennaPattern( _ ByVal antennaPatternFile As String, _ ByVal fileFormat As AntennaPatternFileFormat, _ ByVal patternName As String _ ) As StatusMessage() |
C# | |
---|---|
public abstract StatusMessage[] ImportAntennaPattern( string antennaPatternFile, AntennaPatternFileFormat fileFormat, string patternName ) |
C++/CLI | |
---|---|
public: abstract array<StatusMessage^>^ ImportAntennaPattern( String^ antennaPatternFile, AntennaPatternFileFormat fileFormat, String^ patternName ) |
Parameters
- antennaPatternFile
- The antenna pattern file with absolute file path.
- fileFormat
- The file format
- patternName
- The name of the pattern"/>.
Return Value
A collection of error messages if the operation fails. Otherwise, return empty collection.This function imports the antenna pattern from the file whose name is antennaPatternFile and whose format is fileFormat, then sets the Name with patternName.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 27.00