SchematicViews Class Reference

SchematicViews Class Reference

Class Description

Schematic view related utility functions.
+ Inheritance diagram for SchematicViews:

Public Member Functions

def Close
 
def CloseAll
 
def FlushAll
 
def GetCount
 
def GetName
 
def Open
 
def UnFlushAll
 
def ZoomSelected
 

Static Public Attributes

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

Member Function Documentation

def Close (   args)
Close(wchar_t const * sv_name) -> bool
def CloseAll ( )
CloseAll()
def FlushAll ( )
FlushAll()
def GetCount ( )
GetCount() -> int
def GetName (   args)
GetName(int i) -> wchar_t const *
def Open (   args)
Open(wchar_t const * sv_name) -> bool
def UnFlushAll ( )
UnFlushAll()
def ZoomSelected (   args)
ZoomSelected(wchar_t const * sv_name) -> bool