Command: SchemeLoad
- Updated2024-09-12
- 1 minute(s) read
Command: SchemeLoad
Command: SchemeLoad
Loads a block diagram.
Input Parameters
SchemeFile |
Specifies the name of the current block diagram. |
Example
The following example loads the block diagram Example.dac, checks the block diagram, and starts a measurement without data storage, but with data visualization.
| VBScript | Python |
Call SchemeLoad("Example") Call SchemeCheck("Normal") Call SchemeMeasTest()
Related Topics
Command: DACColorInit | Command: DACFontInit | Command: MKSCheck | Command: SchemeCheck | Command: SchemeDel | Command: SchemeMeasOnly | Command: SchemeMeasStart | Command: SchemeMeasTest | Command: SchemeNew | Command: SchemePrint | Command: SchemeSave | Command: SchemeUpdate

