Hello everybody,
I am trying to read and write FileGlobals with TestStand ActiveX control in C#.
I have tried with:
SequenceContext contextOfTraceMsg = e.thrd.GetSequenceContext(0, out frameId);
var filepara = contextOfTraceMsg.FileGlobals.GetSubProperties("ProjectParameter.NestIsTested", 0).GetValue(1); (NestIsTested is a boolean array)
but with no success.
Can anyone tell me how to do it right?
Thank you in advance!
Regards