From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,748 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,737 Views)