Python access to CPs TTFStems & TTFZones

I’d like to set values for quite some masters but I’m struggling to access the CP’s values:

print(m.customParameters['TTFStems'])

results in

(
    "<GSTTStem 0x60000bc13a40> h UC:150",
    "<GSTTStem 0x60000bc13a00> h lc:130"
)

Are things like GSTTStem documented somewhere?

Have you tried the Method Reporter script from mekkablue?

You can search for GSTTStem there and will find a list of methods you can call.

Oh, I didn’t know that, thank you! :smiling_face_with_three_hearts: