We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you disable the line:
ZeroLyr = MyJob.Layer() # Empty Layer with default values
Then the conversion with ASML JobCreator on the target tool will fail. The ASML converter fails with:
ERROR: JD-0001 Reticle Data - Layer ID (1) Image ID (P1.2D200_00) Image cannot be used, because it does not exist in this layer.
And then the JDJC converter crashes with an Exception 11
Exception 11
Currently, If the ZeroLayer is not defined, then the python script adds images to Layer "0".
Instead, should catch whether there is no Zero layer, and instead start adding Layers at # 1 (not 0).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you disable the line:
Then the conversion with ASML JobCreator on the target tool will fail.
The ASML converter fails with:
And then the JDJC converter crashes with an
Exception 11
Currently, If the ZeroLayer is not defined, then the python script adds images to Layer "0".
Instead, should catch whether there is no Zero layer, and instead start adding Layers at # 1 (not 0).
The text was updated successfully, but these errors were encountered: