2027 Class
Changes 5
C

AnalyticalPowerSourceData

Description:
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
Name Return Type Description Inherited From
M Dispose() None (Inherited from AnalyticalDistributionNodePropertyData ) AnalyticalDistributionNodePropertyData
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M 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
M 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
M GetConnectedPhasesOnDownstream(ElementId) ElectricalConnectedPhases Get the electrical connected phases of the downstream node. (Inherited from AnalyticalPowerDistributableNodeData ) AnalyticalPowerDistributableNodeData
M 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
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetConnectedPhasesOnDownstream(ElementId, ElectricalConnectedPhases) None Set the electrical connected phases of the downstream node. (Inherited from AnalyticalPowerDistributableNodeData ) AnalyticalPowerDistributableNodeData
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P ApparentPowerRating double The apparent power rating value of the analytical power source.
P AssignedPhasesNumber int The number of electrical phases assigned through the distribution system of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) AnalyticalPowerDistributableNodeData
P AssignedVoltage double The voltage assigned through the distribution system of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) AnalyticalPowerDistributableNodeData
P ConnectedPhases ElectricalConnectedPhases The electrical connected phases of the electrical analytical node to its upstream node. (Inherited from AnalyticalDistributionNodePropertyData ) AnalyticalDistributionNodePropertyData
P DistributionSystem ElementId The distribution system of the power distributable node. (Inherited from AnalyticalPowerDistributableNodeData ) AnalyticalPowerDistributableNodeData
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity. (Inherited from AnalyticalDistributionNodePropertyData ) AnalyticalDistributionNodePropertyData
P TotalConnectedCurrent double The total connected current of the analytical power source.