NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Fill a container by expression

What's wrong in my expression? How could I fill a container with brackets or something without describing each parameter?

 

Step.Result.Error = {0,"",False}

 

Regards,

Jimmy

0 Kudos
Message 1 of 2
(3,753 Views)

{} means Array Constant in NI TestStand. You might not be able to fill a container at once. Instaead you should do like this.

 

Step.Result.Error.Code = 0,

Step.Result.Error.Msg = "",

Step.Result.Error.Ocurred = False

 

Regards,

Joonam

 

 

CTA, CLA
SuninCNS
0 Kudos
Message 2 of 2
(3,742 Views)