Class MultiTimeSeriesDataInputFileOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
MultiTimeSeriesDataInputFileOptions
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 class MultiTimeSeriesDataInputFileOptions : DataInputFileOptions, IEquatable<APIBase>
Properties
DelimiterOptions
Declaration
public TextFileDelimiterOptions DelimiterOptions { get; }
Property Value
Type | Description |
---|---|
TextFileDelimiterOptions |
Duration
Measurement: Time
Declaration
public double Duration { get; }
Property Value
Type | Description |
---|---|
System.Double |
DurationScaling
The total duration of values from this file will be scaled up by this factor.
Declaration
public double DurationScaling { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ProportionOfDutyCycle
Specify how much of the complete duty cycle this file represents. Changing this value will multiply the duration scaling factor applied to the values in the file.
Measurement: Percentage
Declaration
public double ProportionOfDutyCycle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>