Extensions.DiagDataBrowsingPlus.GetDbComChannelDbFaultMemories

From emotive
Jump to navigation Jump to search

Classification

Name GetDbComChannelDbFaultMemories
Short Description Gets fault memories of the ComChannel
Class Term
Extension OTX DiagDataBrowsingPlus extension
Group DbFaultMemory related terms
Exceptions NONE
Checker Rules -
Standard Compliant Yes

OTL Syntax

ListTerm DiagDataBrowsingPlus.GetDbComChannelDbFaultMemories(DbComChannelTerm dbComChannel);

Description

GetDbComChannelDbFaultMemories returns a list of all DbFaultMemory (McdDbFaultMemory) referenced by the DbComChannel. The list can be empty.

Icons Note.png The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbFaultMemories

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
List Returns a list of all DbFaultMemory referenced by the DbComChannel.

Properties

Name Data Type Class Default Cardinality Description
DbComChannel DbComChannel Term - [1..1] The element addresses the DbComChannel which fault memories shall be returned.

OTL Examples

/// Local Declarations

DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbFaultMemory> List_DbFaultMemory;

/// Flow

DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("", "LL_GatewUDS");
List_DbFaultMemory = DiagDataBrowsingPlus.GetDbComChannelDbFaultMemories(DbComChannel);

See also

GetDbComChannel
GetComChannelDbComChannel
GetDbSubComponentDbFaultMemories