Struct AdditionalCAImportParams
- Namespace
- VirtualLabAPI.Core.FieldRepresentations
- Assembly
- VirtualLabAPI.dll
Struct containing additional parameters for Import of a ComplexAmplitude.
public struct AdditionalCAImportParams
- Inherited Members
Fields
ComponentType
Adjust which ComplexAmplitudeType to import.
public ComplexAmplitudeType ComponentType
Field Value
IsComplex
Is imported ComplexAmplitude complex or not?
public bool IsComplex
Field Value
Wavelength
Wavelength of imported ComplexAmplitude.
public double Wavelength
Field Value
Properties
Default
Default parameter set.
public static AdditionalCAImportParams Default { get; }