VIEW
Specified view by user from FieldView restart file.
Syntax
VIEW(“name”) { parameters}
Qualifier
User-given name
Parameters
- name (string)
- User-given name of the command. The instance of a given command is referenced using this parameter.
- restart_file (string)
- Path to restart file of the view (*.vct)
- active_flag (boolean)
- Read and process the command or ignore it
Example
VIEW("Blade iso"){
restart_file = "usrViews/bladeIso.vct"
}