Difference between revisions of "Extensions.DiagDataBrowsingPlus.GetDbComChannelDbEnvDataDescs"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{DISPLAYTITLE:OTX '''GetDbComChannelDbEnvDataDescs'''}}[[Category:DiagDataBrowsingPlus]] | {{DISPLAYTITLE:OTX '''GetDbComChannelDbEnvDataDescs'''}}[[Category:DiagDataBrowsingPlus]] | ||
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetDbComChannelDbEnvDataDescs | Gets the environment data descriptions of the [[Extensions. | + | {{ClassificationActivity | GetDbComChannelDbEnvDataDescs | Gets the environment data descriptions of the [[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]] | [[Term]] | [[Extensions.DiagDataBrowsingPlus|OTX DiagDataBrowsingPlus extension]] | [[Extensions.DiagDataBrowsingPlus|DbEnvDataDesc related terms]] | NONE | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 18: | Line 18: | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| dbComChannel | [[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]] | [[Term]] | - | [1..1] |The element addresses the [[Extensions. | + | {{TableRowPropertie1| dbComChannel | [[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]] | [[Term]] | - | [1..1] |The element addresses the [[Extensions.DiagDataBrowsingPlus.DbComChannel|DbComChannel]] which environment data descriptions shall be returned.}} |
|} | |} | ||
Revision as of 09:57, 11 September 2018
Contents
Classification
Name | GetDbComChannelDbEnvDataDescs |
Short Description | Gets the environment data descriptions of the DbComChannel |
Class | Term |
Extension | OTX DiagDataBrowsingPlus extension |
Group | DbEnvDataDesc related terms |
Exceptions | NONE |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
ListTerm = DiagDataBrowsingPlus.GetDbComChannelDbEnvDataDescs(DbComChannelTerm);
Description
GetDbComChannelDbEnvDataDescs returns a list of all DbEnvDataDesc (MCDDbEnvDataDesc) referenced by the DbComChannel. The list can be empty.
![]()
NOTE — The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbEnvDataDescs
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
List | Returns a list of all DbEnvDataDesc referenced by the DbComChannel. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
dbComChannel | DbComChannel | Term | - | [1..1] | The element addresses the DbComChannel which environment data descriptions shall be returned. |
OTL Examples
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbEnvDataDesc> List_DbEnvDataDesc;
/// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("", "LL_CentrElectUDS");
List_DbEnvDataDesc = DiagDataBrowsingPlus.GetDbComChannelDbEnvDataDescs(DbComChannel);