Schedule Creation Error

Does anyone know the proper syntax or is it possible to even create a generic and conduit schedule using python in Dynamo?

This line does not work.
AssemblyViewUtils.CreateConduitSchedule(doc,a)

CreateConduitSchedule is not a valid method for the AssemblyViewUtils class. Instead, you should try using the CreateSchedule method from the ViewSchedule class. You just need to provide your document and the ElementId of the Conduits category. You will have to make a separate one for Conduit Fittings as well.

Thats what i thought. This is already what i have and it works.