LCK Module
Application Program Interface
2-177
❏
Object Memory
. The memory segment that contains the LCK
objects.
Tconf Name: OBJMEMSEG
Type: Reference
Example:
bios.LCK.OBJMEMSEG = prog.get("myMEM");
LCK Object Properties
To create a LCK object in a configuration script, use the following syntax.
The Tconf examples that follow assume the object has been created as
shown here.
var myLck = bios.LCK.create("myLck");
The following property can be set for a LCK object in the LCK Object
Properties dialog of the DSP/BIOS Configuration Tool or in a Tconf script:
❏
comment
. Type a comment to identify this LCK object.
Tconf Name: comment
Type: String
Example:
myLck.comment = "LCK object";