MapStub#
- class ansys.speos.core.kernel.map.MapStub(channel)#
Database interactions for map actions.
- Parameters:
- channel
grpc.Channel Channel to use for the stub.
- channel
Examples
The best way to get a MapStub is to retrieve it from SpeosClient via maps() method. Like in the following example:
>>> from ansys.speos.core.speos import Speos >>> speos = Speos() >>> map_db = speos.client.maps()
Overview#
Export XMP file to PNG file. |
Import detail#
from ansys.speos.core.kernel.map import MapStub