Hi,
I'm trying to disable the TestStand "Break on step failure" -flag from inside a test function source code. In TestStand I can easily set the value (true/false) by expression, but from source code I get an error which I think is caused by either the property is not found or just is not accessible from the source code. I'm trying to set it with TS_PropertySetValBoolean (testData->seqContextCVI, NULL, "RunState.Engine.StationOptions.BreakOnStepFailure", 0, VFALSE); But not working. Any ideas? Or could it be the property object that I've done wrong here somehow, in here its the same as when if I want to access TestStand variables or test step limits for example.