DIAdem Help

Command: SchemeLoad

  • Updated2024-09-12
  • 1 minute(s) read

Display all  Hide all

Command: SchemeLoad

Loads a block diagram.

Call SchemeLoad(SchemeFile)

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.

VBScriptPython

 

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