Home | History | Annotate | Download | only in chameleon

Lines Matching full:widths

396     def fire_mixed_hpd_pulses(self, widths):
397 """Fires one or more HPD pulses, starting at low, of mixed widths.
399 One must specify a list of segment widths in the widths argument where
400 widths[0] is the width of the first low segment, widths[1] is that of
401 the first high segment, widths[2] is that of the second low segment...
402 etc. The HPD line stops at low if even number of segment widths are
405 @param widths: list of pulse segment widths in usec.
407 self.chameleond_proxy.FireMixedHpdPulses(self.port_id, widths)