Hi,
You would first enable state-collection prior to calling the run-method.
ref. set_state_collection :
from shyft.api.pt_gs_k import PTGSKCellModel
help(PTGSKCellModel)
After the run, you can just pull the state-timeseries (they have n+1 values), by looking into the cell properties,
or use the region-model cell statistics method for each stack level to access e.g. the gs -state parameters.
Br Sigbjørn