Your Ad Here

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

Synopsis

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

hardware is undoable, queryable, and editable.

Return description of the hardware available in the machine.

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

Return value


string

MEL examples

hardware -cpu;
hardware -brd;

  

Return to Autodesk Index


Your Ad Here