pylabrobot.agilent.plateloc.PlateLocSerialProfile.__init__#
- PlateLocSerialProfile.__init__(baudrate: int = 19200, bytesize: int = 8, parity: str = 'N', stopbits: int = 1, timeout: float = 1, write_timeout: float = 1, rtscts: bool = False, dsrdtr: bool = False, xonxoff: bool = False, read_delay: float = 0.05, ack_timeout: float = 10, response_timeout: float = 2, stage_move_delay: float = 6, cycle_poll_interval: float = 0.5, command_terminator: str = '\r', response_terminator: bytes = b'\r') None#
- Parameters:
baudrate (int)
bytesize (int)
parity (str)
stopbits (int)
timeout (float)
write_timeout (float)
rtscts (bool)
dsrdtr (bool)
xonxoff (bool)
read_delay (float)
ack_timeout (float)
response_timeout (float)
stage_move_delay (float)
cycle_poll_interval (float)
command_terminator (str)
response_terminator (bytes)
- Return type:
None