/Type Option Keyword
|
grandMA3 User Manual » Command Syntax and Keywords » Option Keywords » /Type
|
Version 2.3
|
To enter the /Type option keyword in the command line, use one of the options:
- Type /Type
- Type the shortcut /Ty
Description
The /Type option keyword can have different values depending on the keyword it is combined with.
The Import keyword and the Export keyword can be both used with the /Type "User" and "System".
The LoadShow keyword can be used with the /Type "Demo".
In a nutshell – the Import and the Export keyword both use library files and the LoadShow keyword uses show files.
The ChangeMulticastBase keyword uses the /Type "Default" and "Alternative".
When importing the desired file may be either a "User" file, which has been previously exported, or a "System" file, which is predefined and included with the system software. If this option is not defined within the import syntax, the console will first search the user library for the specified file name. If the file does not exist within the user library, the console will then search within the system files.
|
|
Important: |
| When no type is specified, the type "User" has priority. |
Syntax
[Function] [Object] ["Object_Name" or Object_Number] (If Drive [Drive_Number]) /Type "Value"
General Keywords
General keywords that use the /Type option keyword:
- ChangeMulticastBase keyword
- CleanUp keyword
- Export keyword
- Import keyword
- LoadShow keyword
- /Recipe option keyword
Examples
- To import the save_show macro from the system library instead of the user library to macro 21, type:
| |
User name[Fixture]>Import Macro Library "save_show.xml" At Macro 21 /Type "System" |
- To load the demo show from the demo shows folder, type:
| |
User name[Fixture]>LoadShow "Demoshow_grandMA3.show" /Type "Demo" |
- To clean up all recipes that do not generate output in cue 2 part 0 of sequence 1, type:
| |
User name[Fixture]>CleanUp Sequence 1 Cue 2 Part 0 /Type "Recipe" |
- To clean up all presets that are not used in any other object, type:
| |
User name[Fixture]>CleanUp Preset *.* /Type "NoReference" |
or type:
| |
User name[Fixture]>CleanUp Preset *.* |
- To clean up the gaps in the grid positions of group 1 and move the whole selection toward the origin of the selection grid, type:
| |
User name[Fixture]>CleanUp Group 1 /Type "GridPosition" |