DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I put the name to Data Portal using VBScript

I am programming in DIAdem using VBScript and the programm take the data and put in Data Portal. How can I put the name a Data Portal when the programm load the data?? 
0 Kudos
Message 1 of 2
(3,389 Views)

Hi Txumy,

 

I'm afraid I don't understand your question, "How can I put the name a Data Portal".  Do you perhaps want to rename the top level Root node in the Data Portal tree view?  You can interactively change the name of any node in the Data Portal by right-clicking on that node and selecting the "rename" context menu.

 

Alternatively, you can rename any of the nodes in the Data Portal with one of the following 3 approaches, depending on whether you want to rename the Root, Group, or Channel level (DIAdem 11.x functions):

 

Data.Root.Name = "New Name"

Data.Root.ChannelGroups(1).Name = "New Name"

Data.Root.ChannelGroups(1).Channels(1).Name = "New Name"

 

Brad Turpin

DIAdem Product Support Engineer
National Instruments

0 Kudos
Message 2 of 2
(3,375 Views)