Oasys.THIS.Options class

Class properties

class property Options.auto_confirm: boolean

If true then T/HIS will automatically confirm (i.e. press the OK button) on (most) message boxes that are mapped. If false (default) then the message boxes will be shown and wait for the user to press a button. This option may be useful to help automate an operation where T/HIS would normally show a message box and wait for the user to press a button

ssh

class property Options.ssh_buffer_size: integer

The size of the buffer used (in kiloBytes) when transferring data to/from the remote machine in the Ssh class. Depending on your network and the size of the files you are transferring, changing this value may make file transfers quicker. The default value is 64(kB) but any value in the range 1(kB) to 1024(kB) is allowed

widgets

class property Options.max_widgets: integer

The maximum number of Widgets that can be made for one Window. The default value is 1000

class property Options.max_window_lines: integer

The maximum number of lines that can be made for a Window.Error(), Window.Information(), Window.Message(), Window.Question() or Window.Warning() window. The default value is 25