IsSolutionDataAvailable

Checks for the existence of an SYZ simulation.

UI Command:   None.
Syntax:   obj.IsSolutionDataAvailable(<solnName>)
Parameters:  

BSTR solnName (name of a previously run SYZ simulation)

Return Value:  

BOOL

  • 0 – Failure
  • 1 – Success
VB Example:  

obj.IsSolutionDataAvailable("SYZ Sim 1")

IPY Example:  

oDoc.IsSolutionDataAvailable('SYZ Sim 1')