Dear experts,
Is there any way to extract all the Time and the associated indcies from the information tab?
Thanks in advance
Hi @mohsen.rock ,
What do you mean by extract ? Where do you want to extract it ?
In any case, the python shell is the simplest way:
>>> GetActiveSource().TimestepValues
[0.0, 0.00010007373930420727, 0.00019990510190837085, 0.00029996439116075635, 0.0004000865446869284, 0.0004999192315153778, 0.0005999351269565523, 0.0007000492187216878, 0.0008000352536328137, 0.000900060695130378, 0.0010000059846788645, 0.0010999810183420777, 0.001199933118186891, 0.0012999867321923375, 0.0014000931987538934, 0.0015000413404777646, 0.0015999188181012869, 0.0016999985091388226, 0.0018000734271481633, 0.0019000225001946092, 0.001999985659494996, 0.002099929843097925, 0.0021999210584908724, 0.002299992833286524, 0.002400053897872567, 0.0024999429006129503, 0.0025999213103204966, 0.002699980279430747, 0.0027999996673315763, 0.0028999107889831066, 0.0030000205151736736, 0.003099979367107153, 0.00319999479688704, 0.003299942472949624, 0.0034000230953097343, 0.0034999684430658817, 0.0035999922547489405, 0.003699962282553315, 0.003799986792728305, 0.003899981966242194, 0.003999985754489899, 0.004100011195987463, 0.004199974238872528, 0.004299988504499197]
Thanks. This is what I was looking for.