QUE Module
2-338
QUE Object Properties
To create a QUE object in a configuration script, use the following syntax.
The Tconf examples that follow assume the object has been created as
shown here.
var myQue = bios.QUE.create("myQue");
The following property can be set for a QUE object in the PRD Object
Properties dialog of the DSP/BIOS Configuration Tool or in a Tconf script:
❏
comment
. Type a comment to identify this QUE object.
Tconf Name: comment
Type: String
Example:
myQue.comment = "my QUE";