If you are looking for field output, then the stress components are listed in a data container in the order (S11, S22, S33, S12, S13, S23). You can access the data as below:
odb.steps[].frames[].fieldOutputs['S'].values[].data[]
So S33 will be data[2].