raimad.export_lyp
def export_lyp(compo: 'rai.typing.CompoLike', dest: str | pathlib.Path | TextIO | None = None, exporter: type[raimad.cif.shorthand.ExporterProto] | None = None, *args: Any, **kwargs: Any) -> str:
Export component layer properties.
This function is identical to raimad.export_cif, but with rai.cif.lyp.LypExporter as the default exporter.