Class PropertyMotorEMForce.UNVFileWithRPM
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.GearTrain.Force
Assembly: VMDGearTrain.dll
This class is to represent the unv file whit RPM.
public class PropertyMotorEMForce.UNVFileWithRPM : PropertyMotorEMForce.UNVFile
Inheritance
object ← PropertyMotorEMForce.UNVFile ← PropertyMotorEMForce.UNVFileWithRPM
Inherited Members
PropertyMotorEMForce.UNVFile.StatorPath, PropertyMotorEMForce.UNVFile.RotorPath
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
UNVFileWithRPM()
Initializes a new instance of the
public UNVFileWithRPM()
UNVFileWithRPM(double, string, string)
Initializes a new instance of the
public UNVFileWithRPM(double dRPM, string strStatorPath, string strRotorPath)
Parameters
dRPM double
The RPM.
strStatorPath string
The stator path.
strRotorPath string
The rotor path.
Properties
RPM
Gets or sets the rpm.
public double RPM { get; set; }