Defines a LoadGroup.
Declaration Syntax
public class LoadGroup : DataModelObject, IFolderDataModelObject
Table 973: Members
Property | Children |
Gets the list of children. |
Property | Comments |
Gets the list of associated comments. |
Property | ConductingArea |
Gets or sets the ConductingArea. |
Property | ConductorCurrent |
Gets or sets the ConductorCurrent. |
Property | ConductorType |
Gets or sets the ConductorType. |
Property | DataImportStatus |
Gets the DataImportStatus. |
Property | DataModelObjectCategory |
Gets the current DataModelObject's category. |
Property | Figures |
Gets the list of associated figures. |
Property | FilterByOrder |
Gets or sets whether imported remote loads are filtered by order. The order is specified in the Orders property. |
Property | GroupingType |
Gets or sets the GroupingType. |
Property | Images |
Gets the list of associated images. |
Property | ImportedDataType |
Gets or sets the ImportedDataType. |
Property | InternalObject |
Gets the internal object. For advanced usage only. |
Property | InterpolateRPM |
Gets or Sets the Interpolate RPM. |
Property | Location |
Gets or sets the Location. |
Property | NumberOfFrequenciesToConsider |
Gets or sets the NumberOfFrequenciesToConsider. |
Property | NumberOfPoints |
Gets or Sets the Number of Points. |
Property | NumberOfTurns |
Gets or sets the NumberOfTurns. |
Property | OnDataRefreshOption |
Gets or sets the OnDataRefreshOption. |
Property | Orders |
Gets or Sets the Orders. These orders are imported from the maxwell solution and the Analysis Settings will be synced with the orders specified. |
Property | PhaseAngle |
Gets or sets the PhaseAngle. |
Property | RPMFileSelection |
Gets or Sets the File Selection (.csv) for User Defined RPM Interpolation. |
Property | SolutionId |
Gets or sets the SolutionId. |
Property | Suppressed |
Gets or sets the Suppressed. |
Property | TransferFileName |
Gets or sets the TransferFileName. |
Property | UseInternalRemotePoints |
Gets or sets the UseInternalRemotePoints. |
Method | AddComment() |
Creates a new child Comment. |
Method | AddCurrent() |
Creates a new Current |
Method | AddFigure() |
Creates a new child Figure. |
Method | AddImage(string) |
Creates a new child Image. If a filePath is provided, the image will be loaded from that file, if not, the image will be a screen capture of the Geometry window. |
Method | AddVoltage() |
Creates a new Voltage |
Method | Delete() |
Run the Delete action. |
Method | GenerateRemoteLoads() |
Run the action to generate the remote loads from the source data. |
Method | GetChildren<ChildrenType>(bool, IList<ChildrenType>) |
Gets the list of children, filtered by type. |
Method | GetChildren(DataModelObjectCategory, bool, IList<IDataModelObject>) |
Gets the list of children, filtered by type. |