Skip to content

Program Parameters

WEI REN edited this page Jul 5, 2017 · 7 revisions

List of Commands

set_setting

Assigns a value to a keyword. This may be used to control program operation.

Implemented keywords:

     imageRepo: The directory that contains images displayed by the update_viewer commands.

Syntax:

    set_setting keyword value

Parameters:

keyword

     Type: String
     Description: The name of the parameter to set.

value

     Type: String
     Description: The value to associate with the keyword. If this parameter is omitted, the value is not changed.

Example Usage:

    set_setting imageRepo /mnt/ramdisk/

Clone this wiki locally