DIAdem Help

Object: Structure

  • Updated2024-09-12
  • 1 minute(s) read

Object: Structure

The Structure object corresponds to the structure view of the Data Portal. The structure view displays the data loaded in DIAdem.

The following example shows the structure view of the Data Portal. The third channel group is the first visible channel group.

VBScriptPython

 

Portal.Visible = TRUE
Call Portal.Structure.Activate
Portal.Ratio = 20

Set Portal.Structure.FirstVisibleElement = Data.Root.ChannelGroups(3).Channels(1)

Log in to get a better experience