SessionInfo# class ansys.lumerical.mcp.context.SessionInfo# Metadata for one Lumerical CAD session. Overview# Attributes name product filename hide opened_at Import detail# from ansys.lumerical.mcp.context import SessionInfo Attribute detail# SessionInfo.name: str# SessionInfo.product: str# SessionInfo.filename: str | None = None# SessionInfo.hide: bool = False# SessionInfo.opened_at: float#