customOrderedSet
customOrderedSet - configure a custom message for link fault signaling
SYNOPSIS
customOrderedSet sub-command options
DESCRIPTION
The customOrderedSet used to define the contents of two types of custom ordered sets: type A or type B. These messages are inserted into a transmitted stream with the linkFaultSignaling command.
STANDARD OPTIONS
blockType
The block type of the message. (default = 0x4B)
byte1 - byte7
The remaining bytes of the message. (default = all 0's, except byte3=1)
syncBits
The sync bits for the message. (default = 2)
COMMANDS
The customOrderedSet command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
customOrderedSet cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the customOrderedSet command.
customOrderedSet config option value
Modify the configuration options of the ordered set type. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS) for port.
customOrderedSet get orderedSetType
Gets the current configuration of the indicated set, which should be one of.
Option |
Value |
Usage |
---|---|---|
linkFaultOrderedSetTypeA |
0 |
Set type A. |
linkFaultOrderedSetTypeB |
1 |
Set type B. |
customOrderedSet set orderedSetType
Sets the current configuration of the indicated ordered set, one of.
Option |
Value |
Usage |
---|---|---|
linkFaultOrderedSetTypeA |
0 |
Set type A. |
linkFaultOrderedSetTypeB |
1 |
Set type B. |
customOrderedSet setDefault
Sets to IxTclHal default values for all configuration options. Note: Both the type A and type B sets are cleared.
EXAMPLES
See examples under linkFaultSignaling