2027 Method
Changes 0
M

VoltageType.SetVoltageValue

Description:
Assign new values to modify voltage type, all of the unit are volt.
public void SetVoltageValue(
	double actualValue,
	double minValue,
	double maxValue
)
  • Double
    actualValue
  • Double
    minValue
  • Double
    maxValue
  • Actual value can't be more than minValue or less than maxValue, and all of them can't be negative, otherwise the exception will be thrown.