Ejemplo n.º 1
0
 def __repr__(self):
     return hdebug.objectToString(self, "capture.Movie", ["stage_x", "stage_y"])
Ejemplo n.º 2
0
 def __repr__(self):
     return hdebug.objectToString(self, "capture.Image", ["height", "width", "x_um", "y_um"])
Ejemplo n.º 3
0
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.Movie", ["name", "length", "stage_x", "stage_y"])
Ejemplo n.º 4
0
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.ValveProtocol", ["protocol_name"])
Ejemplo n.º 5
0
 def __repr__(self):
     return hdebug.objectToString(self, "coord.Point", ["x_um", "y_um"])
Ejemplo n.º 6
0
 def __repr__(self):
     return hdebug.objectToString(self, "coord.Point", ["x_um", "y_um"])
Ejemplo n.º 7
0
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.ValveProtocol",
                                  ["protocol_name"])
Ejemplo n.º 8
0
 def __repr__(self):
     return hdebug.objectToString(self, "sequenceParser.Movie",
                                  ["name", "length", "stage_x", "stage_y"])
Ejemplo n.º 9
0
 def __repr__(self):
     return hdebug.objectToString(self, "capture.Image",
                                  ["height", "width", "x_um", "y_um"])