AnalyticalPowerSourceData
Description:
Represents the data and parameters of analytical power source node.
Represents the data and parameters of analytical power source node.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Electrical.AnalyticalDistributionNodePropertyData
Autodesk.Revit.DB.Electrical.AnalyticalPowerDistributableNodeData
Autodesk.Revit.DB.Electrical.AnalyticalPowerSourceData
System.Object
Autodesk.Revit.DB.Electrical.AnalyticalDistributionNodePropertyData
Autodesk.Revit.DB.Electrical.AnalyticalPowerDistributableNodeData
Autodesk.Revit.DB.Electrical.AnalyticalPowerSourceData
public class AnalyticalPowerSourceData : AnalyticalPowerDistributableNodeData
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | (Inherited from AnalyticalDistributionNodePropertyData ) | AnalyticalDistributionNodePropertyData |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetAllAvailableConnectedPhasesOnDownstream(ElementId) | IList<ElectricalConnectedPhases> | Get all the available electrical connected phases that this power distributable node can provide to the downstream node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| GetApparentPerPhaseResults() | ElectricalPerPhaseData | Get an ElectricalPerPhaseData which contains each electrical phase's apparent load and apprent current of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| GetConnectedPhasesOnDownstream(ElementId) | ElectricalConnectedPhases | Get the electrical connected phases of the downstream node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| GetDemandPerPhaseResults() | ElectricalPerPhaseData | Get an ElectricalPerPhaseData which contains each electrical phase's demand load and demand current of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| SetConnectedPhasesOnDownstream(ElementId, ElectricalConnectedPhases) | None | Set the electrical connected phases of the downstream node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ApparentPowerRating | double | The apparent power rating value of the analytical power source. | |
| AssignedPhasesNumber | int | The number of electrical phases assigned through the distribution system of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| AssignedVoltage | double | The voltage assigned through the distribution system of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| ConnectedPhases | ElectricalConnectedPhases | The electrical connected phases of the electrical analytical node to its upstream node. (Inherited from AnalyticalDistributionNodePropertyData ) | AnalyticalDistributionNodePropertyData |
| DistributionSystem | ElementId | The distribution system of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) | AnalyticalPowerDistributableNodeData |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. (Inherited from AnalyticalDistributionNodePropertyData ) | AnalyticalDistributionNodePropertyData |
| TotalConnectedCurrent | double | The total connected current of the analytical power source. |