open parameterizedsession
Open a session file and set parameters.
Syntax
open parameterizedsession add <session file>
open parameterizedsession append <template file> <name>=<value>
open parameterizedsession overlay <template file> <name>=<value>
open parameterizedsession replace <template file> <name>=<value>
Arguments
- add
- Use the file browser to open the session file, <session file>, with parameters. This file becomes available for the append and replace arguments.
- append
- Append pages in a session with the template file, <template file>. Select from the displayed files.
- overlay
- Overlay pages in a session with the template file, <template file>. Select from the displayed files.
- replace
- Replace pages in a session with the template file, <template file>. Select from the displayed files.
Examples
Add a parameterized
session:
open parameterizedsession add C:\working_directory\report_1.tpl
Append the current session with another parameterized session
file:
open parameterizedsession append report
Overlay an existing session with another parameterized session
file:
open parameterizedsession overlay bumper_reportparams
Replace a parameterized session with another
file:
open parameterizedsession replace new_report_1