AnalyzerFrameConfigFilter Object


Description:

Analyzer filter profile defined on a specific frame configuration. This is the main proxy object for the analyzer filters. It contains the information for 32- and 16-bit filter configurations that you select.

Parents: Analyzer

Children: Analyzer16BitFilter, Analyzer32BitFilter

AnalyzerFrameConfigFilter Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
AllowInvalidHeaders

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

FALSE

FrameConfig

String expression defining how analyzer should filter received frames for counters.

The following example counts all received Ethernet-IPv4 frames:

"<frame> <config> \
  <pdus> \
  <pdu name=\"eth1\" pdu=\"ethernet:EthernetII\"> </pdu> \ 
  <pdu name=\"ip1\" pdu=\"ipv4:IPv4\"> \ 
  <destAddr filterMinValue=\"0.0.0.0\" filterMaxValue=\"255.255.255.255\">255.255.255.255</destAddr> \
  </pdu> \ 
  </pdus> \ 
</config> </frame>"

Type: string

Default: <frame><config><pdus><pdu name=\"eth1\" pdu=\"ethernet:EthernetII\" /><pdu name=\"ip_1\" pdu=\"ipv4:IPv4\" /></pdus></config></frame>

AnalyzerFrameConfigFilter Read-Only Attributes

Read-Only Attribute Description
PduInfo

Strings containing PDU information. The format is "PDU Name, String Handle, Object Handle, Indexed Name".

Type: string

Default: "" (empty string)