Command
QisLib_SetOASISCompression Function: int QisLib_SetOASISCompression(int OnOff); Inputs: On/Off: _QIS_ON (On) or _QIS_OFF (Off) Return: 0 (always) Errors: - Description: - This function controls whether the output will have compressed data within cells. - When set to on, the output OASIS file generated by functions such as QisLib_GetOASIS, QisLib_SaveOASIS, QisLib_SaveOASISStructure will have CBLOCKS (compressed data) within cells. If set to off, there will not be any CBLOCKS within the cells. - By default, it is off.References: QisLib_GetGDSII QisLib_GetOASIS QisLib_SaveOASISStructure |