Layouts Python API questions

If you look at Cell Graph, there are Layouts. Is there a Python API that can enable Visible in New layout as shown in the attached picture?

I would like to place multiple layouts and link them with Python API for only the layout that is needed depending on the situation to enable Visible.

Best regards,

sim.World.Layouts[0].Visible = False

Thank you for your reply, it helped me a lot.