User Settings

../_images/UserSettings.PNG

USER SETTINGS Panel

Description

This dialog is used to edit and select parameters in the USR configuration file.

Controls

Buttons

Button

Description

im2

Exposes/Hides the Specify User Property Set table.

../_images/UserSettingsExt.PNG

Expanded User Settings Panel

Current USR Properties Table

Table Column

Description

Property

The names of user settable properties. These are exposed through the class and are saved in the USR configuration file.

Value

The current value of the corresponding property. Changes here will immediately be reflected in corresponding parts of the ScanImage® GUI. These can also be interrogated from the Matlab command line.

User Property Set Table

Column

Description

Property

List of all modifiable settings.

Include in USR Settings

If checked, the setting will be saved with the USR Configuration and may be edited in the Current USR Properties Table.

Command Window

You can also retrieve or set User Settings from the command window of matlab, like so:

Retrieve:

1>> hSI.hBeams.directMode
2
3false

Set:

1>> hSI.hBeams.directMode = true
2
3true