NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

teststand public directory macro

Solved!
Go to solution

I would like to get the TestStandPublicDirectory path in an expression using a macro. Is it possible? Or is there any other way to get the path string of the directory?

 

Madottati

0 Kudos
Message 1 of 3
(4,394 Views)
Solution
Accepted by Madottati

RunState.Engine.GetTestStandPath(TestStandPath_Public)

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
Message 2 of 3
(4,386 Views)

GetTestStandPath Method

Syntax

Engine.GetTestStandPath ( testStandPath)

Return Value

String

Purpose

Returns the pathname of the TestStand directory the testStandPath parameter specifies.

Remarks

The pathname does not contain a trailing backslash.

Parameters

testStandPath As TestStandPaths

[In] Specifies the TestStand directory to return. Refer to TestStandPaths for more information about TestStand directories.

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 3 of 3
(4,377 Views)