Go to: Synopsis. Return value. Flags. MEL examples.

Synopsis

hardware [-brdType] [-cpuType] [-graphicsType] [-megaHertz] [-numProcessors]

hardware is undoable, NOT queryable, and NOT editable.

Return description of the hardware available in the machine.

Return value

string

Flags

brdType, cpuType, graphicsType, megaHertz, numProcessors
Long name (short name) Argument types Properties
-cpuType(-cpu) create
Returns type of CPU
-brdType(-brd) create
Returns IP number identifying the CPU motherboard
-graphicsType(-gfx) create
Returns string identifying graphics hardware type
-megaHertz(-mhz) create
Returns string identifying the speed of the CPU chip
-numProcessors(-npr) create
Returns string identifying the number of processors

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

hardware -cpu;
hardware -brd;