Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.02 KB

UIComponentsMatrix.md

File metadata and controls

37 lines (27 loc) · 2.02 KB
uid
UIComponentsMatrix

Standard matrix

A matrix is a special type of parameter typically used to represent routers and switches.

alt text

  • Matrix parameters
  • Composing crosspoints on matrix parameters
  • Setting a crosspoint
  • Dynamically changing matrix configuration
  • Setting input/output names via a table
  • Discreet info
  • Exercise

Tip

From DataMiner 10.3.1/10.4.0 onwards, a matrix can be configured differently, based on two tables. See Table-based matrix.

See also

DataMiner Protocol Markup Language:

  • Protocol.Params.Param.ArrayOptions@options:discreetDestination
  • Protocol.Params.Param.Measurement.Type: matrix
  • Protocol.Params.Param.Measurement.Type@link
  • Protocol.Params.Param.Measurement.Type: Options for measurement type “matrix”
  • Protocol.Params.Param.Type: array
  • Protocol.Params.Param.Type: discreet info
  • Protocol.Params.Param.Type options: columnTypes
  • Protocol.Params.Param.Type options: dimensions=

DataMiner Class Library:

  • Skyline.DataMiner.Scripting.SLProtocol.NotifyDataMinerQueued(System.Int32,System.Object,System.Object) method