|
Programming Reference for VirtualLab Fusion
2022.1
|
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Collection of static support functions for export and import of data fields.
More...
Static Public Member Functions | |
| static void | ExportASCII (ComplexAmplitude ca, ASCIIParam param) |
| Exports given globally polarized ComplexAmplitude to text file. Note that only a real component of complex amplitude is stored. For complete export of complex amplitude use ExportPTF. More... | |
| static void | ExportBitmap (ComplexAmplitude complexAmplitude, string fileName, ColorMapping colorMapping) |
| Exports the given ComplexAmplitude as Bitmap with given ColorMapping. More... | |
| static void | ExportBitmap (HarmonicFieldsSet sf, string fileName) |
| Exports the light view of a HarmonicFieldsSet as bitmap. More... | |
| static ComplexAmplitude | ImportASCII (ASCIIParam importASCIIParam) |
| Imports an ASCII file into an ComplexAmplitude. More... | |
| static ComplexAmplitude | ImportASCII (ASCIIParam importASCIIParam, AdditionalCAImportParams additionalParams) |
| Imports an ASCII file into an ComplexAmplitude. More... | |
| static ComplexField | ImportASCII (string fileName, char columnSeparator=' ', char decimalSeparator='.', PrecisionMode precisionMode=PrecisionMode.Double) |
| Imports an ASCII file into a ComplexField. More... | |
| static ComplexAmplitude | ImportBitmap (string fileName, ColorMapping colorMapping, AdditionalCAImportParams parameter) |
| Imports the given image to ComplexAmplitude with given ColorMapping. More... | |
| static ComplexAmplitude | ImportBitmapQuantizedHeightProfile (string fileName, double heightIncrement, bool invert, bool importGDSII, SamplingParameters samplingForGDSII) |
| Imports a quantized bitmap into a ComplexAmplitude representing the height profile. More... | |
| static ComplexAmplitude | ImportBitmapQuantizedHeightProfile (string[] fileNames, double heightIncrement, int numberOfLayers, bool invert, bool importGDSII, SamplingParameters samplingForGDSII) |
| Imports a quantized bitmap into a ComplexAmplitude representing the height profile. More... | |
| static ComplexAmplitude | ImportCa (string fileName, out Rectangle selectedRegion, AdditionalCAImportParams additionalParams) |
| Imports ComplexAmplitude from ca file. (VirtualLab 1.x) More... | |
This class is subject to change. Programs using this class may require changes with a new version of VirtualLab.
Collection of static support functions for export and import of data fields.
|
static |
Exports given globally polarized ComplexAmplitude to text file. Note that only a real component of complex amplitude is stored. For complete export of complex amplitude use ExportPTF.
| ca | ComplexAmplitude to be exported. |
| param | Additional parameters for export. |
|
static |
Exports the given ComplexAmplitude as Bitmap with given ColorMapping.
| complexAmplitude | ComplexAmplitude to be exported. |
| colorMapping | ColorMapping to be applied. |
| fileName | Filename of exported image. |
|
static |
Exports the light view of a HarmonicFieldsSet as bitmap.
| sf | The Harmonic Fields Set to export. |
| fileName | Name of the file. |
| Exception | Export was not successful |
|
static |
Imports an ASCII file into an ComplexAmplitude.
| importASCIIParam | Contains all necessary parameters to import. |
|
static |
Imports an ASCII file into an ComplexAmplitude.
| importASCIIParam | Contains all necessary parameters to import. |
| additionalParams | Additional parameters for interpretation of imported data. |
|
static |
Imports an ASCII file into a ComplexField.
| fileName | The name of the file to import. |
| columnSeparator | Optional parameter giving the column separator. Default value is a space. |
| decimalSeparator | Optional parameter giving the decimal parameter. Default value is a dot. |
| precisionMode | Optional parameter giving the precision mode of the imported field. Default is double precision. |
|
static |
Imports the given image to ComplexAmplitude with given ColorMapping.
| fileName | File name (including path) of the bitmap file to be imported. |
| colorMapping | Color Mapping. |
| parameter | Additional import parameters. |
|
static |
Imports a quantized bitmap into a ComplexAmplitude representing the height profile.
| fileName | Name of the file. |
| heightIncrement | Needs number of quantization levels for proper calculation of phase |
| invert | if set to true invert the layers. |
| importGDSII | if set to true import GDSII. |
| samplingForGDSII | The sampling parameters imported from the XML file. Used to ease the GDSII import. |
|
static |
Imports a quantized bitmap into a ComplexAmplitude representing the height profile.
| fileNames | array of file names |
| heightIncrement | Needs number of quantization levels for proper calculation of phase |
| numberOfLayers | The number of layers. |
| invert | if set to true invert the layers. |
| importGDSII | if set to true import GDSII. |
| samplingForGDSII | The sampling parameters imported from the XML file. Used to ease the GDSII import. |
|
static |
Imports ComplexAmplitude from ca file. (VirtualLab 1.x)
| fileName | Filename. |
| additionalParams | Additional import parameters. |
| selectedRegion | Returns selection rectangle of VirtualLab 1 Complex Amplitude by reference. (Selection is not stored in ComplexAmplitude. of VirtualLab .) |