The Multiband Utility
The Multiband Utility is a command line application called SyncroSim.Multiband.exe. To run the Multiband Utility, open a command window, navigate to the SyncroSim installation folder, and type:
SyncroSim.Multiband.exe
Syntax
The Multiband Utility command-line syntax is:
SyncroSim.Multiband.exe [argument, argument, ...]
- All arguments are case sensitive
- All arguments begin with two dashes (--)
- If an argument has a value it must be in the format
--argument=value
- The value for an argument must be enclosed in quotes if it contains spaces.
Arguments
--lib={name}
The Library file name.
--sid={id}
The Result Scenario ID.
--apply
Applies multi-banding to output.
--grp={type}
Multiband Grouping type:
- Iteration
- Timestep
- All
--remove
Removes multi-banding from output.
--rebuild
Rebuild spatial output Datafeeds.
Examples
Apply multi banding to Scenario 123 in the Library "my lib.ssim":
--apply --lib="my lib.ssim" --sid=123 --grp=All
Remove multi banding from Scenario 123 in the Library "my lib.ssim":
--remove --lib="my lib.ssim" --sid=123