Getting a Nicer View from Your Aging (Reliability) Simulation from Assembler
https://github.com/ananthchellappa/python/blob/master/cadence/transpose_age_CSV You're stuck with the Detail view.. when you run Reliability.. What I asked Cadence: Ideally, we would like to see results in the format Measure fresh stress aged (order not important, fresh, aged, stress also ok) out1 val1 val2 val3 etc But, this is not possible. However, if Detail Transpose worked, then it is trivial to export CSV and use Excel to get the desired view. But, this currently not possible because the stress test values are not showing And chatGPT I am getting CSV output from a tool in the following format: col1_name, col2_name, Output,col3_name, col4_name, etc name1,nameA,out_name1,something,value_name11,.. name1,nameA,out_name2,something,value_name21,... name1,nameA,out_name3,something,value_name31,... .... name1,nameA,out_nameN,something,value_nameN1,... name2,nameA,out_name1,something,value_name12,... .... name2,nameA,out_nameN,something,value_nameN2,... name3,nameB,out_name1,som...