OTX Reference  
OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceNameListFromEthernet Class Reference

Gets the names of the ComInterfaces More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceNameListFromEthernet:
Inheritance graph

Public Attributes

ComInterfaceTerm comInterface
 This optional element allows as input a ComInterface with an ethernet activation pin on. More...
 
StringTerm optionString
 The OptionString element sets the configuration of the base system that is needed to get interfaces. It is specified in the MCD specification. If no option is entered the configuration of the base system is used. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets the names of the ComInterfaces

The GetComInterfaceNameListFromEthernet term returns the names (MCDInterface unique ShortNames) of the ComInterfaces as a ListTerm of String.

Note
The appropriate MVCI system operation is:
In case of a given ComInterface: MCDInterface::detectInterfaces()
Otherwise: MCDSystem:detectInterfaces()
In both cases: MCDSystem:getCurrentInterfaces()
Syntax
ListTerm = ComInterface.GetComInterfaceNameListFromEthernet(ComInterfaceTerm comInterface, StringTerm optionString);
StringTerm optionString
The OptionString element sets the configuration of the base system that is needed to get interfaces....
Definition: ComInterface.cs:829
ComInterfaceTerm comInterface
This optional element allows as input a ComInterface with an ethernet activation pin on.
Definition: ComInterface.cs:819
ListTerm = ComInterface.GetComInterfaceNameListFromEthernet(ComInterfaceTerm comInterface, StringTerm optionString);

Member Data Documentation

◆ comInterface

ComInterfaceTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceNameListFromEthernet.comInterface

This optional element allows as input a ComInterface with an ethernet activation pin on.

◆ optionString

StringTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceNameListFromEthernet.optionString

The OptionString element sets the configuration of the base system that is needed to get interfaces. It is specified in the MCD specification. If no option is entered the configuration of the base system is used.