Let's see if we can extract the x deflection of the left cantilever. It should be a positive value and the scalar we can extract is the maximum
disp_x
value in the simulation cell (the left cantilever has positive displacements as it bends right in the positive x direction, while the right cantilever has negative displacements as it bends left in the negative x direction). So we need a postprocessor object that gives us an extreme value of a given variable. Take a look at NodalExtremeValue and try to set it up to output the maximum positive x deflection.
Add the following top level block to the input
Then update your [Outputs]
block to look like this.
When you run the simulation you should see output like this
We can plot this data and obtain a curve that shows the x deflection as a function of time (and in our simulation time is proportional to the applied pressure).