Skip to content
Snippets Groups Projects
Commit 41fbe44e authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 465

Added functionality to the solveVHparam functions to handle the array indicatior
([]). When a reference and in [] the size of the referenced array is returned.
When an [] is used somewhere in the reference name that array is treated as a
reference array.
E.g. VirtInstrument.stationlist = [ RS001, RS002, CS020 CS021 ]
	 StationIPlist = >>VirtInstrument.stationlist[].IPaddress
will fill the StationIPlist variable with the IPaddress of the stations in the
VI.stationlist.
parent e1e75ae7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment