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
-
PropertyChangedBaseTestSettingsBase
- Implements
-
INotifyPropertyChangedEx
- Derived
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Properties
DeadTimeInSeconds
Gets or sets the dead time in seconds.
public double DeadTimeInSeconds { get; set; }
Property Value
MinimumTestVoltage
Gets or sets the minimum for the TestVoltage in V. MinimumTestVoltage=0 deactivates the monitoring.
public int MinimumTestVoltage { get; set; }
Property Value
RampDownRate
Gets or sets the speed of voltage decreasing in V/s.
public int RampDownRate { get; set; }
Property Value
RampUpRate
Gets or sets the speed of voltage increasing in V/s.
public int RampUpRate { get; set; }
Property Value
StartVoltage
Gets or sets the voltage beginning on start up in V. StartVoltage=0 deactivates the StartVoltage.
public int StartVoltage { get; set; }
Property Value
TestTimeInSeconds
Gets or sets the test time in seconds. TestTimeInSeconds=0.0 for endurance test.
public double TestTimeInSeconds { get; set; }
Property Value
TestVoltage
Gets or sets the test voltage in V.
public int TestVoltage { get; set; }