FBPropertyListOpticalGap Class Reference

FBPropertyListOpticalGap Class Reference

#include <mobu-python-api.h>

Class Description

PropertyList: Device optical marker

+ Inheritance diagram for FBPropertyListOpticalGap:

Public Member Functions

 __reduce__ ()
 
int __len__ (FBPropertyListOpticalGap arg1)
 
FBOpticalGap __getitem__ (FBPropertyListOpticalGap arg1, object arg2)
 
 __init__ (...)
 

Member Function Documentation

FBOpticalGap __getitem__ ( FBPropertyListOpticalGap  arg1,
object  arg2 
)

Python Docstring:

__getitem__( (FBPropertyListOpticalGap)arg1, (object)arg2) -> FBOpticalGap 
__init__ (   ...)

Python Docstring:

Raises an exception
This class cannot be instantiated from Python 

C++ Signature:

 FBPropertyListOpticalGap() 
int __len__ ( FBPropertyListOpticalGap  arg1)

Python Docstring:

__len__( (FBPropertyListOpticalGap)arg1) -> int 
__reduce__ ( )