I’m testing out a method to use pysyncrosim to automate some model documentation. In the GUI, a scenario window has the three sub tabs – Summary, Pipeline and Datafeeds. When I look at the Scenario object in Pysyncrosim, I don’t see a datafeeds property or method, just datasheets. The datasheets lists off all the possible datasheets, not just the active ones that are datafeeds. Is there a way, other than using try and except( for when the datasheet call fails), to determine which datasheets are active in a scenario – ala replicate the datafeeds tab in the GUI?
Also is there a crosswalk between the datafeed names and the datasheet names? For example the Transitions Pathways datafeed is in the stsim_transition datasheet.