names# property SubstrateManager.names: list[str]# Return the names of all substrate data blocks in the active Circuit design. Returns: list of strNames of every substrate data block currently defined in the design. Examples >>> cir.substrate.names ['Sub1']