#ElectricalSystem
Sidecover Sunday!

Small engine week, a Honda XL250 & Two-Stroke Yamaha 125cc. Both with their flywheel covers removed, I love these simple electrical systems, with separate windings for the ignition circut.

#motorcyclerepair #yamaha
#twostroke #motorcycle #electricalsystem
February 16, 2025 at 7:27 PM
Awarding of concessions is expected to unlock new power generation investments, says top government official

#Transener #PampaEnergía #Argentina #Tettamanti #Breton #electricalsystem #Energy
Argentina seeks investors for transmission expansion - LatinFinance
Awarding of concessions is expected to unlock new power generation investments, says top government official
latinfinance.com
October 8, 2025 at 6:28 PM
ElectricalSystemType.PowerCircuit returning as int?
For reference, I am writing this for Revit 2023. Here's my imports- I don't think I'm missing anything here. from Autodesk.Revit.DB import * from Autodesk.Revit.DB.Electrical import ElectricalSystem, ElectricalSystemType from pyrevit import revit, forms import clr clr.AddReference("System") from System.Collections.Generic import List from Autodesk.Revit.UI import UIDocument doc = __revit__.ActiveUIDocument.Document #type: Document uidoc = __revit__.ActiveUIDocument #type: UIDocument app = __revit__.Application #type: Application The middle bit is getting a list of lighting fixture element ids which are grouped based on which circuit they should be on. In lieu of attaching the whole thing, most of which has nothing to do with my question, here is the part I'm having trouble with: with Transaction(doc,'Create Lighting Circuits') as t: t.Start() system_type = ElectricalSystemType.PowerCircuit for group in circuitgroups: circuit = ElectricalSystem.Create(doc, group, system_type) t.Commit() And I'm getting this error for the 'ElectricalSystem.Create' line: "Expected type 'ElectricalSystemType', got 'int' instead" This is how I've seen everyone else use this method, so I'm not sure what I'm missing. I've been scouring forums and the documentation for answers, but I'm not sure what I'm doing wrong. Any help would be greatly appreciated!
forums.autodesk.com
June 3, 2025 at 9:56 PM
hey
remember 2003, when the #USgrid was so fucked that it #failed, #cascaded up the #ElectricalSystem & took out half of #Canada with it?
March 13, 2025 at 1:14 AM