MaxPlus Python API Reference
SchematicViews Class Reference
+ Inheritance diagram for SchematicViews:

Public Member Functions

def Close (*args)
 
def CloseAll ()
 
def FlushAll ()
 
def GetCount ()
 
def GetName (*args)
 
def Open (*args)
 
def UnFlushAll ()
 
def ZoomSelected (*args)
 

Static Public Attributes

 Close = staticmethod(Close)
 
 CloseAll = staticmethod(CloseAll)
 
 FlushAll = staticmethod(FlushAll)
 
 GetCount = staticmethod(GetCount)
 
 GetName = staticmethod(GetName)
 
 Open = staticmethod(Open)
 
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 UnFlushAll = staticmethod(UnFlushAll)
 
 ZoomSelected = staticmethod(ZoomSelected)
 

Detailed Description

Schematic view related utility functions.

Member Function Documentation

◆ Close()

def Close ( args)
Close(wchar_t const * sv_name) -> bool

◆ CloseAll()

def CloseAll ( )
CloseAll()

◆ FlushAll()

def FlushAll ( )
FlushAll()

◆ GetCount()

def GetCount ( )
GetCount() -> int

◆ GetName()

def GetName ( args)
GetName(int i) -> wchar_t const *

◆ Open()

def Open ( args)
Open(wchar_t const * sv_name) -> bool

◆ UnFlushAll()

def UnFlushAll ( )
UnFlushAll()

◆ ZoomSelected()

def ZoomSelected ( args)
ZoomSelected(wchar_t const * sv_name) -> bool