DIAdem Help

Command: SchemeMeasStart

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

Display all  Hide all

Command: SchemeMeasStart

Starts a measurement with data storage and visualizes the data in DIAdem VISUAL.

Call SchemeMeasStart()

Input Parameters

None

Example

The following example loads the block diagram Example.dac, checks the block diagram, and starts a measurement with data storage. DIAdem opens the VISUAL panel for visualization.

VBScriptPython

 

Call SchemeLoad("Example")
Call SchemeCheck("Normal") 
Call SchemeMeasStart()

Related Topics

Command: DACColorInit | Command: DACFontInit | Command: MKSCheck | Command: SchemeCheck | Command: SchemeDel | Command: SchemeLoad | Command: SchemeMeasOnly | Command: SchemeMeasTest | Command: SchemeNew | Command: SchemePrint | Command: SchemeSave | Command: SchemeUpdate