FileOptimizationConfig Class

File Optimization Config

Definition

Namespace: Metas.Vna.Calibration.Config
Assembly: Metas.Vna.Calibration.Config (in Metas.Vna.Calibration.Config.dll) Version: 2.8.9053.20302
C#
[SerializableAttribute]
public class FileOptimizationConfig
Inheritance
Object    FileOptimizationConfig

Constructors

FileOptimizationConfigInitializes a new instance of the FileOptimizationConfig class

Properties

AllFrequenciesAtOnce All Frequencies at once
CompressOtherFrequencyInfluences Compress Other Frequency Influences
CovarianceWeighting Covariance Weighting
MaskErrorTerms Mask Error Terms
MaskSwitchTerms Mask Switch Terms
ReducedFrequencyListPath Reduced Frequency List Path
RemoveSmallInfluences Remove Small Influences
StartCalibrationPath Start Calibration Path

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also