TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
indiclient.indi_vector_identifier Class Reference
Inheritance diagram for indiclient.indi_vector_identifier:
Inheritance graph
Collaboration diagram for indiclient.indi_vector_identifier:
Collaboration graph

Public Member Functions

def __init__ (self, devicename, vectorname)
 

Public Attributes

 devicename
 
 vectorname
 

Detailed Description

@ivar devicename : The name of the device contaning the vector to be uniquely identifyed by this object 
@type devicename : StringType
@ivar vectorname  : The name of the L{indivector} to be uniquely identifyed by this object
@type vectorname  : StringType

Constructor & Destructor Documentation

◆ __init__()

def indiclient.indi_vector_identifier.__init__ (   self,
  devicename,
  vectorname 
)
@param devicename:  The name of the device
@type devicename: StringType
@param vectorname: The name of the L{indivector}
@type vectorname: StringType

Member Data Documentation

◆ devicename

indiclient.indi_vector_identifier.devicename

◆ vectorname

indiclient.indi_vector_identifier.vectorname

The documentation for this class was generated from the following file: