Searched refs:portId (Results 1 – 3 of 3) sorted by relevance
108 public void addField(String portId, String title) { in addField() argument109 fields.put(portId, title); in addField()
211 protected String getEdgeEndPoint(String nodeId, String portId, CompassPoint compassPoint) { in getEdgeEndPoint() argument214 if (portId != null) { in getEdgeEndPoint()215 portStrings.add(portId); in getEdgeEndPoint()
64 portId = comm.CommPortIdentifier.getPortIdentifier(self._port)66 …portId = comm.CommPortIdentifier.getPortIdentifier(device(self._port)) # numbers are transform…68 self.sPort = portId.open("python serial module", 10)