plaxis phase identification

Dear support,

I'm using the command to control the phase values, as I'm creating a big number of phases and the command helps me to save time and reduce error.

for this, I want to set a condition in specific phases to modify the values again.

:

if (phase_new == phase_35):

g_i.pointload_1_1.Fy[phase_new]=95

question is as follow:

I want to check phases and once I reach phase 35 I want to make the change.

the comparison into "if" is not working well.

how can I make a specific condition for phase identification (35)????