LinqToStdf icon indicating copy to clipboard operation
LinqToStdf copied to clipboard

A library for parsing/processing Standard Test Datalog Format (STDF) files, typically used in semiconductor testing.

Results 15 LinqToStdf issues
Sort by recently updated
recently updated
newest added

I am trying to use the StdDump project, but get a null ref exception because these codelines fails. Any suggestion? .Net version? var dumpArray = typeof(Program).GetMethod("DumpArrayRepresentation", BindingFlags.Static | BindingFlags.NonPublic); var...

Hi Mark, The RDR unconvertor seems to have a problem. If NUM_BINS = 0 then REC_LEN is set to zero. I think it ought to be set to two. Regards...

I think this is good for a couple of reasons: * Semiconductor testing is often "unix heavy" (at least it was 13 years ago), and this would provide reach to...

We tried to pretend that DateTime fields were just normal fields, but now, when we generate the missing field contengincy code, we try to generate a Ldc, which doesn't work....

When a multiple pin MPR is written, the resulting STDF file is corrupt. A single pin MPR works as expected. The attached project demo's the problem. [Linq2STDFDemoMPRBug.zip](https://github.com/marklio/LinqToStdf/files/442014/Linq2STDFDemoMPRBug.zip)

Hi Mark, The UnConvertor for TSR records has a minor bug/error. Bits 3, 6 and 7 of the OPT_FLAG should be set to 1 in all cases. Currently, the UnConvertor...

dear author, I‘m seeing three branches of the source code , but seems the "xxreconciliation" is the latest version , but seems that version contains syntax error in file "UnconverterEmittingVisitor.cs"&"UnconverterNodes.cs"...

When I started doing reconciliation of the current codebases, I started adding tests to keep from breaking things. I took a simple naïve approach, that every record should be able...

The scaling factor in the MPR class should all be sbyte, yet the HighLimitScalingExponent is a byte? Linq2STDF V1 beta1: ``` C# public class Mpr : StdfRecord, IHeadSiteIndexable, IHeadIndexable, IRecordContext...

I'm finally fully approved to publish my LinqToStdf code changes. https://github.com/mgoldste1/LinqToStdf/tree/marklio/net7 All my changes are based off of the net7 branch. I downgraded the project to net7 instead of net8....