Class PowerLoadInputOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
PowerLoadInputOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads.DutyCycleDefinition
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class PowerLoadInputOptions : ColumnInputOptions, IEquatable<APIBase>
Properties
PowerLoad
Power Load that the values refer to
Declaration
public ListWithSelectedItem<PowerLoad> PowerLoad { get; set; }
Property Value
Type | Description |
---|---|
ListWithSelectedItem<PowerLoad> |
Implements
System.IEquatable<T>