These commands allow you to adjust various runtime settings that impact how LogicLab operates during each session. The configuration settings are prefixed with config.
.These configurations are stored in the inventory.json file within the environment directory at the end of the runtime, which represents the context for your LogicLab operations
- Syntax
>> set [configuration] [value]
>> get [configuration]
- Example
>> set config.basefuel 5000
'basefuel' has been set to 5000
>> get config.basefuel
5000
>> set config.hexbytes true
'hexbytes' has been set to true
//Prints value in hexdecimal format
>> get config.hexbytes
true
>> set config.hexbig false
'hexbig' has been set to true
//Prints numeric value in decimal format
>> get config.hexbig
false