VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Veristand TreeBrowserWF Display Filter

Solved!
Go to solution

There is a TreeBrowserWV object under under the .net object NationalInstruments.Veristand.SystemstorageUI.WinFormWrapper. One property is the Display Filter (see below). Where can I find the doc detailing the filter list ? Thx.

Laurent

 

treebrowser.jpg 

0 Kudos
Message 1 of 14
(8,721 Views)
Solution
Accepted by topic author LDBM

This control is used internally in NI VeriStand and is not publically documented. It is not currently intended to be used in custom applications.

 

The display filter property controls what types of channels are shown in the tree browser.

 

R: Readable channels

W: Writable channels

RW: Readable and writable

VOLT: Scalable channels, usually HW I/O

FAULT: Faultable channels

ALL: Any channel

CUSTOM: Used in conjunction with a custom filter, such as a compound filter that mixes readable and faultable.

VIS: Visible. Not hidden by the VeriStand Project

 

Jarrod S.
National Instruments
0 Kudos
Message 2 of 14
(8,716 Views)

thx. Your description will do.

L.

0 Kudos
Message 3 of 14
(8,713 Views)

Is there a way to just show the Visable readable channels and the Alias channels?

0 Kudos
Message 4 of 14
(8,441 Views)

You can do many powerful things by playing with the Custom filter type. If you select K_CUSTOM as the filter type, then you can supply a custom filter composed of many sub-conditions to help select the type of items you want showed.

 

Attached is an example you can play with that creates a custom filter type similar to the one you described.

Jarrod S.
National Instruments
0 Kudos
Message 5 of 14
(8,437 Views)

Thanks for the information and the quick response.

0 Kudos
Message 6 of 14
(8,435 Views)