Table of Contents

Class TestSettingsBase

Namespace
Loehnert.Lisrt.HighVoltageTester.Elabo
Assembly
Loehnert.Lisrt.HighVoltageTester.Elabo.dll

Represents base settings for tests.

public class TestSettingsBase : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
TestSettingsBase
Implements
INotifyPropertyChangedEx
Derived
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

DeadTimeInSeconds

Gets or sets the dead time in seconds.

public double DeadTimeInSeconds { get; set; }

Property Value

double

MinimumTestVoltage

Gets or sets the minimum for the TestVoltage in V. MinimumTestVoltage=0 deactivates the monitoring.

public int MinimumTestVoltage { get; set; }

Property Value

int

RampDownRate

Gets or sets the speed of voltage decreasing in V/s.

public int RampDownRate { get; set; }

Property Value

int

RampUpRate

Gets or sets the speed of voltage increasing in V/s.

public int RampUpRate { get; set; }

Property Value

int

StartVoltage

Gets or sets the voltage beginning on start up in V. StartVoltage=0 deactivates the StartVoltage.

public int StartVoltage { get; set; }

Property Value

int

TestTimeInSeconds

Gets or sets the test time in seconds. TestTimeInSeconds=0.0 for endurance test.

public double TestTimeInSeconds { get; set; }

Property Value

double

TestVoltage

Gets or sets the test voltage in V.

public int TestVoltage { get; set; }

Property Value

int