Skip to contents

Objects of this class represent the state of the transduction system in the Echo machine: the position of the transducer in the coordinate system of the source plate, and the position of the target plate on top of the transducer.

Usage

# S4 method for Transducer
as.character(x)

# S4 method for Transducer
show(object)

Arguments

x

A Transducer object

object

An Transducer object.

Slots

source

A Well in the source plate.

destination

A Well in the destination plate.

See also

Other Dispenser functions: Echo-class, changeWell(), moveTransducer(), planTransfers(), showLogs(), transfer()

Examples

Transducer(
  source      = Well("A01"),
  destination = Well("A01", plateFormat = "96"))
#> Transducer at the following coordinates:
#>   Source:      A01
#>   Destination: A01