4.466 rtrv-cmdclass

Use this command to retrieve the name and description of one command class or all command classes.

Parameters

class (optional)
The command class whose name and description are to be retrieved.
Range:
ayyyyy

1 alphabetic character followed by up to 5 alphanumeric characters

Example

rtrv-cmdclass:class=krb

rtrv-cmdclass

Dependencies

The Command Class Management feature must be enabled and turned on before a configurable command class name can be specified in the class parameter.

The CCCNAMES table is corrupt or cannot be found.

The value of the class parameter must be a valid configurable or non-configurable command class name.

Notes

The Command Class Management feature must be enabled and turned on before configurable command classes will appear in the command output.

Output

In the following examples, classes u01, u03, u05, and u32 are default configurable command class names. Classes krb and dab are user-assigned configurable command class names. Default command class name u02 was changed to krb and command class name u04 was changed to dab. Descriptions of classes krb and dab were entered with the descr parameter when the class names were changed with the chg-cmdclass command.

rtrv-cmdclass:class=krb

    eagle10404 04-01-22 16:30:56 EST  EAGLE 31.3.0
    class               descr
    krb                 my command class description 
;
rtrv-cmdclass

    eagle10404 04-01-22 16:30:56 EST  EAGLE 31.3.0
    class               descr
    link                link maintenance commands
    sa                  security administration commands
    sys                 system maintenance commands
    .
    .
    .
    u01                 configurable command class 1 
    krb                 my command class description
    u03                 configurable command class 3 
    dab                 your command class description
    u05                 configurable command class 5 
    .
    .
    .
    u32                 configurable command class 32 
;

Related Topics