General
SourceWell
The position in the source container to aspirate from.
Default Calculation: Automatically set to the first non-empty well if an Object[Container] or {_Integer, Model[Container]} is given. Otherwise, is set to the position of the given Object[Sample].
Pattern Description: Any valid container position or any well from A1 to H12.
Programmatic Pattern: (WellPositionP | LocationPositionP) | Automatic
Index Matches to: experiment samples
RestrictSource
Indicates whether the source should be restricted from automatic use is any of your team's experiments that request the sample's models. (Restricted samples can only be used in experiments when specifically provided as input to the experiment functions by a team member.)
Default Calculation: If this sample is being reused as a source/destination elsewhere in your Transfer and the RestrictSource/RestrictDestination option are specified for that sample, the same value will be used.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
RestrictDestination
Indicates whether the destination should be restricted from automatic use is any of your team's experiments that request the sample's models. (Restricted samples can only be used in experiments when specifically provided as input to the experiment functions by a team member.)
Default Calculation: If this sample is being reused as a source/destination elsewhere in your Transfer and the RestrictSource/RestrictDestination option are specified for that sample, the same value will be used.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
DestinationWell
The position in the destination container in which the source sample will be placed.
Default Calculation: Automatically set to the position of the given Object[Sample]. Otherwise, is set to the first empty well of the container. Otherwise, is set to "A1".
Pattern Description: Any valid container position or any well from A1 to H12.
Programmatic Pattern: (WellPositionP | LocationPositionP) | Automatic
Index Matches to: experiment samples
MultichannelTransfer
Indicates if this transfer will occur simultaneously with the other transfer that occur before/after it, up to the number of channels that are available in the pipette chosen via the Instrument option.
Default Calculation: Automatically set to True if (1) the samples are in a plate, (2) the samples to be transferred before/after this sample are in the same row or well of the plate, (3) the volume of the samples to be transferred is the same, and (4) the spacing of the wells in the plate are compatible with the spacing between the channels in the pipette (HorizontalPitch/VerticalPitch/ChannelOffset).
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
Preparation
Indicates if this unit operation is carried out primarily robotically or manually. Manual unit operations are executed by a laboratory operator and robotic unit operations are executed by a liquid handling work cell.
Pattern Description: Manual or Robotic.
Programmatic Pattern: PreparationMethodP | Automatic
WorkCell
Indicates the work cell that this primitive will be run on if Preparation->Robotic.
Default Calculation: Automatically set to STAR if Preparation->Robotic.
Pattern Description: STAR, bioSTAR, or microbioSTAR or Null.
Programmatic Pattern: ((STAR | bioSTAR | microbioSTAR) | Automatic) | Null
TemperatureConditions
CoolingTime
Specifies the length of time that should elapse after the transfer before the sample is removed from the TransferEnvironment. This is a lower bound, which will govern the final transfer, and so any given sample in a batch may cool for longer than the CoolingTime.
Default Calculation: Resolves to 10 minutes when the SourceTemperature is not Ambient.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: (RangeP[0*Minute, $MaxExperimentTime] | Automatic) | Null
Index Matches to: experiment samples
SolidificationTime
In a media transfer, the duration of time after transferring the liquid media into incubation plates that they are held at ambient temperature for the media containing gelling agents to solidify before allowing them to be used for experiments.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 1 day or None or Null.
Programmatic Pattern: (RangeP[0*Minute, 1*Day] | None) | Null
Index Matches to: experiment samples
Temperature Conditions
SourceTemperature
Indicates the temperature at which the source sample will be at during the transfer. When samples are transferred off of the operator cart and into the TransferEnvironment, they are placed in a portable heater/cooler to get the sample to temperature right before the transfer occurs. Note that this is different than the TransportCondition of the sample. Samples transferred in a biosafety cabinet can have SourceTemperature specified as Cold (approximately 4 Celsius), Ambient, or a specific temperature above 25 Celsius.
Default Calculation: Automatically set to the TransferTemperature or TransportTemperature (whichever is first filled out) of the source sample. Otherwise, is transferred at Ambient temperature.
Pattern Description: Ambient or Cold or greater than or equal to -20 degrees Celsius and less than or equal to 90 degrees Celsius or Null.
Programmatic Pattern: ((RangeP[$MinIncubationTemperature, 90*Celsius] | Ambient | Cold) | Automatic) | Null
Index Matches to: experiment samples
SourceEquilibrationTime
The duration of time for which the samples will be heated/cooled to the target SourceTemperature.
Default Calculation: Automatically set to 5 Minute if SourceTemperature is not set to Ambient.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: ((Null | RangeP[0*Minute, $MaxExperimentTime]) | Automatic) | Null
Index Matches to: experiment samples
MaxSourceEquilibrationTime
The maximum duration of time for which the samples will be heated/cooled to the target SourceTemperature, if they do not reach the SourceTemperature after SourceEquilibrationTime. MaxSourceEquilibrationTime will only be used if SourceEquilibrationCheck is set, in order to extend the equilibration time past the initial SourceEquilibrationTime if SourceTemperature has not been reached. Performing an equilibration check will require stopping the experiment and verifying the temperature before moving on; this may add experiment time and may result in loss of sample through evaporation, and is only recommended for use in cases where temperature precision or temperature data is required.
Default Calculation: Automatically set to 30 Minute if SourceEquilibrationCheck is set.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: ((Null | RangeP[0*Minute, $MaxExperimentTime]) | Automatic) | Null
Index Matches to: experiment samples
SourceEquilibrationCheck
The method by which to verify the temperature of the source before the transfer is performed. Performing an equilibration check will require stopping the experiment and verifying the temperature before moving on; this may add experiment time and may result in loss of sample through evaporation, and is only recommended for use in cases where temperature precision or temperature data is required.
Default Calculation: Automatically set to Null.
Pattern Description: ImmersionThermometer or IRThermometer or Null.
Programmatic Pattern: ((Null | EquilibrationCheckP) | Automatic) | Null
Index Matches to: experiment samples
DestinationTemperature
Indicates the temperature at which the destination will be at during the transfer. When samples are transferred off of the operator cart and into the TransferEnvironment, they are placed in a portable heater/cooler to get the sample to temperature right before the transfer occurs. Note that this is different than the TransportCondition of the sample. Samples transferred in a biosafety cabinet can have DestinationTemperature specified as Cold (approximately 4 Celsius), Ambient, or a specific temperature above 25 Celsius.
Default Calculation: Automatically set to the TransferTemperature or TransportTemperature (whichever is first filled out) of the destination sample. Otherwise, is transferred at Ambient temperature.
Pattern Description: Ambient or Cold or greater than or equal to -20 degrees Celsius and less than or equal to 90 degrees Celsius or Null.
Programmatic Pattern: ((RangeP[$MinIncubationTemperature, 90*Celsius] | Ambient | Cold) | Automatic) | Null
Index Matches to: experiment samples
DestinationEquilibrationTime
The duration of time for which the samples will be heated/cooled to the target DestinationTemperature.
Default Calculation: Automatically set to 5 Minute if DestinationTemperature is not set to Ambient.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: ((Null | RangeP[0*Minute, $MaxExperimentTime]) | Automatic) | Null
Index Matches to: experiment samples
MaxDestinationEquilibrationTime
The maximum duration of time for which the samples will be heated/cooled to the target DestinationTemperature, if they do not reach the DestinationTemperature after DestinationEquilibrationTime. MaxDestinationEquilibrationTime will only be used if DestinationEquilibrationCheck is set, in order to extend the equilibration time past the initial DestinationEquilibrationTime if DestinationTemperature has not been reached. Performing an equilibration check will require stopping the experiment and verifying the temperature before moving on; this may add experiment time and may result in loss of sample through evaporation, and is only recommended for use in cases where temperature precision or temperature data is required.
Default Calculation: Automatically set to 30 Minute if DestinationEquilibrationCheck is set.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: ((Null | RangeP[0*Minute, $MaxExperimentTime]) | Automatic) | Null
Index Matches to: experiment samples
DestinationEquilibrationCheck
The method by which to verify the temperature of the destination before the transfer is performed. Performing an equilibration check will require stopping the experiment and verifying the temperature before moving on; this may add experiment time and may result in loss of sample through evaporation, and is only recommended for use in cases where temperature precision or temperature data is required.
Default Calculation: Automatically set to Null.
Pattern Description: ImmersionThermometer or IRThermometer or Null.
Programmatic Pattern: ((Null | EquilibrationCheckP) | Automatic) | Null
Index Matches to: experiment samples
Instrument Specifications
Instrument
The standalone instrument used to transfer the sample from the source container (or from the intermediate container if IntermediateDecant->True) to the destination container. If this option is set to Null, it indicates that pouring will be done to perform the transfer when Preparation->Manual.
Default Calculation: Automatically set to an instrument that can move the amount being transferred and the source and destination containers of the transfer. For more information, please refer to the function TransferDevices[].
Pattern Description: An object of type or subtype Model[Container, Syringe], Model[Container, GraduatedCylinder], Model[Instrument, Pipette], Model[Instrument, Aspirator], Model[Item, Spatula], Model[Item, Tweezer], Model[Item, TransferTube], Model[Item, ChippingHammer], Model[Item, Scissors], Object[Container, Syringe], Object[Container, GraduatedCylinder], Object[Instrument, Pipette], Object[Instrument, Aspirator], Object[Item, Spatula], Object[Item, Tweezer], Object[Item, TransferTube], Object[Item, ChippingHammer], or Object[Item, Scissors] or a prepared sample or Null.
Programmatic Pattern: ((ObjectP[{Model[Container, Syringe], Model[Container, GraduatedCylinder], Model[Instrument, Pipette], Model[Instrument, Aspirator], Model[Item, Spatula], Model[Item, Tweezer], Model[Item, TransferTube], Model[Item, ChippingHammer], Model[Item, Scissors], Object[Container, Syringe], Object[Container, GraduatedCylinder], Object[Instrument, Pipette], Object[Instrument, Aspirator], Object[Item, Spatula], Object[Item, Tweezer], Object[Item, TransferTube], Object[Item, ChippingHammer], Object[Item, Scissors]}] | _String) | Automatic) | Null
Index Matches to: experiment samples
TransferEnvironment
The environment in which the transfer will be performed (Biosafety Cabinet, Fume Hood, Glove Box, or Bench). Containers involved in the transfer will first be moved into the TransferEnvironment (with covers on), uncovered inside of the TransferEnvironment, then covered after the Transfer has finished -- before they're moved back onto the operator cart. Consult the SterileTechnique/RNaseFreeTechnique option when using a BSC. This option cannot be set when Preparation->Robotic.
Default Calculation: Automatically set to an instrument that can handle the any safety requirements of the samples being transferred.
Pattern Description: An object of type or subtype Model[Instrument, BiosafetyCabinet], Model[Instrument, FumeHood], Model[Instrument, GloveBox], Model[Container, Bench], Object[Instrument, BiosafetyCabinet], Object[Instrument, FumeHood], Object[Instrument, GloveBox], or Object[Container, Bench] or Null.
Programmatic Pattern: (ObjectP[{Model[Instrument, BiosafetyCabinet], Model[Instrument, FumeHood], Model[Instrument, GloveBox], Model[Container, Bench], Object[Instrument, BiosafetyCabinet], Object[Instrument, FumeHood], Object[Instrument, GloveBox], Object[Container, Bench]}] | Automatic) | Null
Index Matches to: experiment samples
Balance
The balance used to weigh the transfer amount, if the transfer is occurring gravimetrically.
Default Calculation: Automatically set to a balance whose MinWeight and MaxWeight is compatible with the transfer amount to be measured, if the transfer is occurring gravimetrically (MassP).
Pattern Description: An object of type or subtype Model[Instrument, Balance] or Object[Instrument, Balance] or Null.
Programmatic Pattern: (ObjectP[{Model[Instrument, Balance], Object[Instrument, Balance]}] | Automatic) | Null
Index Matches to: experiment samples
TabletCrusher
The pill crusher that will be used to crush any itemized source samples if they are being transferred by mass and not by count.
Default Calculation: Automatically set to Model[Item, TabletCrusher, "Silent Knight Pill Crusher"] if an Itemized sample is being transferred by mass and not count.
Pattern Description: An object of type or subtype Model[Item, TabletCrusher] or Object[Item, TabletCrusher] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, TabletCrusher], Object[Item, TabletCrusher]}] | Automatic) | Null
Index Matches to: experiment samples
Tips
The pipette tips used to aspirate and dispense the requested volume.
Default Calculation: Automatically set to a tip that does not conflict with the incompatible materials of the sample(s) that the tip will come in contact with, the amount being transferred, and the source and destination containers of the transfer (accessibility). For more information, please refer to the function TransferDevices[].
Pattern Description: An object of type or subtype Model[Item, Tips] or Object[Item, Tips] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Tips], Object[Item, Tips]}] | Automatic) | Null
Index Matches to: experiment samples
TipType
The type of pipette tips used to aspirate and dispense the requested volume during the transfer.
Default Calculation: Automatically set to the TipType field of the calculated Tips that will be used to perform the transfer.
Pattern Description: Normal, Barrier, WideBore, GelLoading, or Aspirator or Null.
Programmatic Pattern: (TipTypeP | Automatic) | Null
Index Matches to: experiment samples
TipMaterial
The material of the pipette tips used to aspirate and dispense the requested volume during the transfer.
Default Calculation: Automatically set to the chemistry of the calculated Tips that will be used to perform the transfer.
Pattern Description: {ABS, PLA, Acrylic, AmorphousFluoropolymer, CPVC, CTFE, Cycloolefine, COC, Delrin, ECTFE, EPDM, ETFE, EVA, FEP, FFKM, HDPE, Hypalon, LDPE, NaturalRubber, NBR, Neoprene, Nitrile, Noryl, Nylon, PEEK, PEI, Perlast, PharmaPure, Polycarbonate, Polyester, Polyethylene, Polyisoprene, Polyolefin, Polyoxymethylene, Polypropylene, Polystyrene, Polyurethane, PVC, PCTFE, PETG, PF, PFA, PPS, PTFE, PVDF, SEBS, Silicone, SyntheticRubber, TFM, TPE, Tygon, UVPlastic, UVXPO, Viton}, {Aluminum, Alloy, AnodisedAluminum, Brass, Bronze, CarbonSteel, CastIron, Chrome, Copper, Elgiloy, Gold, Hastelloy, Lead, Magnesium, Molybdenum, Nickel, Niobium, Platinum, Silver, Steel, StainlessSteel, Titanium, Tungsten, Zinc}, {Cellulose, Cotton, Polyethylene, Polypropylene, PTFE, Nylon, PES, PLUS, PVDF, GlassFiber, GHP, UHMWPE, EPDM, DuraporePVDF, GxF, ZebaDesaltingResin, NickelResin, Silica, HLB}, {Silica, Alumina, ResinParticlesWithLatexMicroBeads, CrossLinkedDextranBeads, CrossLinkedPolystyrene, AerisCoreShell, KinetexCoreShell, CrossLinkedAgarose, Vydac218MS, JordiGel, Styrene, SilicaCompositeTWIN, BEH, CSH, HSS, CarboPacPA1, CarboPacPA10, BEH}, Polysulfone, Agate, AluminiumOxide, ZirconiumOxide, Cardboard, Ceramic, Epoxy, EpoxyResin, BorosilicateGlass, Glass, GlassyCarbon, Graphite, OpticalGlass, Porcelain, Quartz, UVQuartz, ESQuartz, FusedQuartz, IRQuartz, Oxidizer, Ruby, Sapphire, Silicon, Silver, Viton, Styrofoam, {VacuumMeltedStainlessSteel}, or Wood or Null.
Programmatic Pattern: (MaterialP | Automatic) | Null
Index Matches to: experiment samples
AspirationRate
The speed at which liquid will be drawn up into the pipette tip. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to DispenseRate if it is specified, otherwise set to 100 Microliter/Second if Preparation->Robotic.
Pattern Description: Greater than or equal to 0.4 microliters per second and less than or equal to 500 microliters per second or Null.
Programmatic Pattern: (RangeP[0.4*(Microliter/Second), 500*(Microliter/Second)] | Automatic) | Null
Index Matches to: experiment samples
DispenseRate
The speed at which liquid will be expelled from the pipette tip. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to AspirationRate if it is specified, otherwise set to 100 Microliter/Second.
Pattern Description: Greater than or equal to 0.4 microliters per second and less than or equal to 500 microliters per second or Null.
Programmatic Pattern: (RangeP[0.4*(Microliter/Second), 500*(Microliter/Second)] | Automatic) | Null
Index Matches to: experiment samples
OverAspirationVolume
The volume of air drawn into the pipette tip at the end of the aspiration of a liquid. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to OverDispenseVolume if it is specified, otherwise set to 5 Microliter.
Pattern Description: Greater than or equal to 0 microliters and less than or equal to 50 microliters or Null.
Programmatic Pattern: (RangeP[0*Microliter, 50*Microliter] | Automatic) | Null
Index Matches to: experiment samples
OverDispenseVolume
The volume of air blown out at the end of the dispensing of a liquid. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to 5 Microliter if Preparation->Robotic.
Pattern Description: Greater than or equal to 0 microliters and less than or equal to 300 microliters or Null.
Programmatic Pattern: (RangeP[0*Microliter, 300*Microliter] | Automatic) | Null
Index Matches to: experiment samples
AspirationWithdrawalRate
The speed at which the pipette is removed from the liquid after an aspiration. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to DispenseWithdrawalRate if it is specified, otherwise set to 2 Millimeter/Second.
Pattern Description: Greater than or equal to 0.3 millimeters per second and less than or equal to 160 millimeters per second or Null.
Programmatic Pattern: (RangeP[0.3*(Millimeter/Second), 160*(Millimeter/Second)] | Automatic) | Null
Index Matches to: experiment samples
DispenseWithdrawalRate
The speed at which the pipette is removed from the liquid after a dispense. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to AspirationWithdrawalRate if it is specified, otherwise set to 2 Millimeter/Second.
Pattern Description: Greater than or equal to 0.3 millimeters per second and less than or equal to 160 millimeters per second or Null.
Programmatic Pattern: (RangeP[0.3*(Millimeter/Second), 160*(Millimeter/Second)] | Automatic) | Null
Index Matches to: experiment samples
AspirationEquilibrationTime
The delay length the pipette waits after aspirating before it is removed from the liquid. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to DispenseEquilibrationTime if it is specified, otherwise set to 1 Second.
Pattern Description: Greater than or equal to 0 seconds and less than or equal to 9.9 seconds or Null.
Programmatic Pattern: (RangeP[0*Second, 9.9*Second] | Automatic) | Null
Index Matches to: experiment samples
DispenseEquilibrationTime
The delay length the pipette waits after dispensing before it is removed from the liquid. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to AspirationEquilibrationTime if it is specified, otherwise set to 1 Second.
Pattern Description: Greater than or equal to 0 seconds and less than or equal to 9.9 seconds or Null.
Programmatic Pattern: (RangeP[0*Second, 9.9*Second] | Automatic) | Null
Index Matches to: experiment samples
AspirationMixRate
The speed at which liquid is aspirated and dispensed in a liquid before it is aspirated. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to DispenseMixRate or AspirationRate if either is specified, otherwise set to 100 Microliter/Second.
Pattern Description: Greater than or equal to 0.4 microliters per second and less than or equal to 500 microliters per second or Null.
Programmatic Pattern: (RangeP[0.4*(Microliter/Second), 500*(Microliter/Second)] | Automatic) | Null
Index Matches to: experiment samples
DispenseMixRate
The speed at which liquid is aspirated and dispensed in a liquid after a dispense. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to AspirationMixRate or DispenseRate if either is specified, otherwise set to 100 Microliter/Second.
Pattern Description: Greater than or equal to 0.4 microliters per second and less than or equal to 500 microliters per second or Null.
Programmatic Pattern: (RangeP[0.4*(Microliter/Second), 500*(Microliter/Second)] | Automatic) | Null
Index Matches to: experiment samples
AspirationPosition
The location from which liquid should be aspirated. Top will aspirate AspirationPositionOffset below the Top of the container, Bottom will aspirate AspirationPositionOffset above the Bottom of the container, LiquidLevel will aspirate AspirationPositionOffset below the liquid level of the sample in the container, and TouchOff will touch the bottom of the container before moving the specified AspirationPositionOffset above the bottom of the container to start aspirate the sample.
Default Calculation: Automatically set to the AspirationPosition in the PipettingMethod if it is specified and Preparation->Robotic, otherwise resolves to TouchOff if Preparation->Robotic.
Pattern Description: Top, Bottom, LiquidLevel, or TouchOff or Null.
Programmatic Pattern: (PipettingPositionP | Automatic) | Null
Index Matches to: experiment samples
DispensePosition
The location from which liquid should be dispensed. Top will dispense DispensePositionOffset below the Top of the container, Bottom will dispense DispensePositionOffset above the Bottom of the container, LiquidLevel will dispense DispensePositionOffset below the liquid level of the sample in the container, and TouchOff will touch the bottom of the container before moving the specified DispensePositionOffset above the bottom of the container to start dispensing the sample.
Default Calculation: Automatically set to the DispensePosition in the PipettingMethod if it is specified and Preparation->Robotic, resolved to Bottom for MxN MultiProbeHead transfers, otherwise resolves to TouchOff if Preparation->Robotic.
Pattern Description: Top, Bottom, LiquidLevel, or TouchOff or Null.
Programmatic Pattern: (PipettingPositionP | Automatic) | Null
Index Matches to: experiment samples
AspirationPositionOffset
The distance from the center of the well that liquid will aspirated. The Z Offset is based on the AspirationPosition option -- measured as the height below the top of the well (Top), the height above the bottom of the well (Bottom), or the height below the detected liquid level (LiquidLevel), see the AspirationPosition diagram in the help file for more information. If an X and Y offset is not specified, the liquid will be aspirated in the center of the well, otherwise, -X/+X values will shift the position left and right, respectively, and -Y/+Y values will shift the position down and up, respectively. When the source container is tilted (via AspirationAngle), the AspirationPositionOffset automatically accounts for the angle of tilt.
Default Calculation: Automatically set to the AspirationPositionOffset field in the pipetting method, if specified. If AspirationAngle is set, automatically set to the left most point in the well since liquid will pool in the direction that the plate is tilted. Otherwise, is set to 2 Millimeter.
Pattern Description: {X,Y,Z} Coordinate Offset or Z Offset or Null.
Programmatic Pattern: ((GreaterEqualP[0*Millimeter] | Coordinate[{DistanceP, DistanceP, GreaterEqualP[0*Millimeter]}]) | Automatic) | Null
Index Matches to: experiment samples
AspirationAngle
The angle that the source container will be tilted during the aspiration of liquid. The container is pivoted on its left edge when tilting occurs. This option can only be provided if Preparation->Robotic.
Default Calculation: Automatically set to 0 AngularDegree if Preparation->Robotic. Otherwise, set to Null.
Pattern Description: Greater than or equal to 0 degrees and less than or equal to 10 degrees in increments of 1 degree or Null.
Programmatic Pattern: (RangeP[0*AngularDegree, 10*AngularDegree, 1*AngularDegree] | Automatic) | Null
Index Matches to: experiment samples
DispensePositionOffset
The distance from the center of the well that liquid will dispensed. The Z Offset is based on the DispensePosition option -- measured as the height below the top of the well (Top), the height above the bottom of the well (Bottom), or the height below the detected liquid level (LiquidLevel), see the DispensePosition diagram in the help file for more information. If an X and Y offset is not specified, the liquid will be dispensed in the center of the well, otherwise, -X/+X values will shift the position left and right, respectively, and -Y/+Y values will shift the position down and up, respectively. When the destination container is tilted (via DispenseAngle), the DispensePositionOffset automatically accounts for the angle of tilt.
Default Calculation: Automatically set to the DispensePositionOffset field in the pipetting method, if specified. If DispenseAngle is set, automatically set to the left most point in the well since liquid will pool in the direction that the plate is tilted. Otherwise, is set to 2 Millimeter.
Pattern Description: {X,Y,Z} Coordinate Offset or Z Offset or Null.
Programmatic Pattern: ((GreaterEqualP[0*Millimeter] | Coordinate[{DistanceP, DistanceP, GreaterEqualP[0*Millimeter]}]) | Automatic) | Null
Index Matches to: experiment samples
DispenseAngle
The angle that the destination container will be tilted during the dispensing of liquid. The container is pivoted on its left edge when tilting occurs. This option can only be provided if Preparation->Robotic.
Default Calculation: Automatically set to 0 AngularDegree if Preparation->Robotic. Otherwise, set to Null.
Pattern Description: Greater than or equal to 0 degrees and less than or equal to 10 degrees in increments of 1 degree or Null.
Programmatic Pattern: (RangeP[0*AngularDegree, 10*AngularDegree, 1*AngularDegree] | Automatic) | Null
Index Matches to: experiment samples
CorrectionCurve
The relationship between a target volume and the corrected volume that needs to be aspirated or dispensed to reach the target volume. The correction curve is derived empirically from the relationship between the target and actual amount of volume transferred when on a specific robotic liquid handler instrument model. It is recommended when building one of these curves to measure the volume of sample transferred gravimetrically to get a more accurate CorrectionCurve. Use the function UploadPipettingMethod to create a new pipetting method for a sample model to have all robotic transfers of this sample model to use the derived CorrectionCurve automatically. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to PipettingMethod if it is specified. Otherwise, is set to Null (no correction curve).
Pattern Description: List of one or more {Target Volume, Actual Volume} entries or Null.
Programmatic Pattern: ({{RangeP[0*Microliter, 1000*Microliter], RangeP[0*Microliter, 1250*Microliter]}..} | Automatic) | Null
Index Matches to: experiment samples
PipettingMethod
The pipetting parameters used to manipulate the source sample. This option can only be set if Preparation->Robotic. If other pipetting options are specified, the parameters from the method here are overwritten.
Default Calculation: Automatically set to the PipettingMethod of the model of the sample if available.
Pattern Description: An object of type or subtype Model[Method, Pipetting] or Null.
Programmatic Pattern: (ObjectP[Model[Method, Pipetting]] | Automatic) | Null
Index Matches to: experiment samples
DynamicAspiration
Indicates if droplet formation will be prevented during liquid transfer. This will only be used for solvents that have high vapor pressure. This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to the DynamicAspiration field in the pipetting method, if available.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
DeviceChannel
The channel of the work cell that will be used to perform the transfer (MultiProbeHead | SingleProbe1 | SingleProbe2 | SingleProbe3 | SingleProbe4 | SingleProbe5 | SingleProbe6 | SingleProbe7 | SingleProbe8). This option can only be set if Preparation->Robotic.
Default Calculation: Automatically set to SingleProbe1 if MultichannelTransfer->False. Otherwise, set to the appropriate channel to perform the transfer.
Pattern Description: MultiProbeHead, SingleProbe1, SingleProbe2, SingleProbe3, SingleProbe4, SingleProbe5, SingleProbe6, SingleProbe7, or SingleProbe8 or Null.
Programmatic Pattern: (DeviceChannelP | Automatic) | Null
Index Matches to: experiment samples
Needle
The needle used to aspirate and dispense the requested volume.
Default Calculation: Automatically set to a needle that does not conflict with the incompatible materials of the sample(s) that the tip will come in contact with, the amount being transferred, and the source and destination containers of the transfer (accessibility). For more information, please refer to the function TransferDevices[].
Pattern Description: An object of type or subtype Model[Item, Needle] or Object[Item, Needle] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Needle], Object[Item, Needle]}] | Automatic) | Null
Index Matches to: experiment samples
Funnel
The funnel that is used to guide the source sample into the destination container when pouring or using a graduated cylinder.
Default Calculation: Automatically set to a funnel that can fit into the aperture of the destination container if 1) the transfer Instrument is set to Null (pouring)/GraduatedCylinder or 2) liquid is being transferred from a weighing container to the destination (pouring).
Pattern Description: An object of type or subtype Model[Part, Funnel] or Object[Part, Funnel] or Null.
Programmatic Pattern: (ObjectP[{Model[Part, Funnel], Object[Part, Funnel]}] | Automatic) | Null
Index Matches to: experiment samples
WeighingContainer
The container that will be placed on the Balance and used to weigh out the specified amount of the source that will be transferred to the destination.
Default Calculation: Automatically set to a weigh boat (for solids) or container (for liquids) that can hold the Amount of the transfer specified if transferring gravimetrically (MassP). Otherwise, set to Null.
Pattern Description: An object of type or subtype Model[Item, WeighBoat], Object[Item, WeighBoat], Model[Container, Vessel], Object[Container, Vessel], Model[Item, Consumable], Object[Item, Consumable], Model[Container, GraduatedCylinder], or Object[Container, GraduatedCylinder] or a prepared sample or Null.
Programmatic Pattern: ((ObjectP[{Model[Item, WeighBoat], Object[Item, WeighBoat], Model[Container, Vessel], Object[Container, Vessel], Model[Item, Consumable], Object[Item, Consumable], Model[Container, GraduatedCylinder], Object[Container, GraduatedCylinder]}] | _String) | Automatic) | Null
Index Matches to: experiment samples
Tolerance
The allowed tolerance of the weighed source sample from the specified amount requested to be transferred.
Default Calculation: Automatically set to 5X of the ParticleSize (if specified). Otherwise, set to 2X of the Resolution of the balance being used, if the sample being transferred is a solid. If the sample is not being transferred gravimetrically, set to Null.
Pattern Description: Greater than 0 grams or Null.
Programmatic Pattern: (GreaterP[0*Gram] | Automatic) | Null
Index Matches to: experiment samples
WaterPurifier
The water purifier used to gather the requested water model required for the transfer.
Default Calculation: Automatically set to the water purifier that can fulfill the requested water model. For example, automatically set to Model[Instrument, WaterPurifier, "MilliQ Integral 3"] if the source is Model[Sample, "Milli-Q water"]. Otherwise, set to Null if a water model is not requested.
Pattern Description: An object of type or subtype Model[Instrument, WaterPurifier] or Object[Instrument, WaterPurifier] or Null.
Programmatic Pattern: (ObjectP[{Model[Instrument, WaterPurifier], Object[Instrument, WaterPurifier]}] | Automatic) | Null
Index Matches to: experiment samples
HandPump
The hand pump used to get liquid out of the source container.
Default Calculation: Automatically set to Model[Part, HandPump, "id:L8kPEjNLDld6"] if the source is in a container with a MaxVolume over 5 Liters and either (1) the transfer instrument used is a graduated cylinder or (2) an intermediate decant is specified.
Pattern Description: An object of type or subtype Model[Part, HandPump] or Object[Part, HandPump] or Null.
Programmatic Pattern: (ObjectP[{Model[Part, HandPump], Object[Part, HandPump]}] | Automatic) | Null
Index Matches to: experiment samples
IntermediateFunnel
The funnel that is used to guide the source sample into the intermediate container when pouring.
Default Calculation: Automatically set to a funnel that can fit inside the IntermediateContainer, if an IntermediateDecant is required.
Pattern Description: An object of type or subtype Model[Part, Funnel] or Object[Part, Funnel] or Null.
Programmatic Pattern: (ObjectP[{Model[Part, Funnel], Object[Part, Funnel]}] | Automatic) | Null
Index Matches to: experiment samples
Transfer Technique
ReversePipetting
Indicates if additional source sample will be aspirated (past the first stop of the pipette) to reduce the chance of bubble formation when dispensing into the destination position. This option can only be set if Preparation->Manual.
Default Calculation: Automatically set to True if the source or destination sample has the ReversePipetting field set and the transfer is occurring via pipette.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
SlurryTransfer
Indicates if the source sample should be mixed via pipette until it becomes homogeneous, up to MaxNumberOfAspirationMixes times.
Default Calculation: Automatically set to True if the SampleHandling of the source sample is set to Slurry.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
AspirationMix
Indicates if the source sample will be mixed immediately before it is transferred into the destination sample.
Default Calculation: Automatically set to True if any of the other AspirationMix options are set. Otherwise, set to Null.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
DispenseMix
Indicates if the destination sample will be mixed immediately after the source sample is transferred into the destination sample.
Default Calculation: Automatically set to True if any of the other DispenseMix options are set. Otherwise, set to Null.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
AspirationMixVolume
The volume that will be repeatedly aspirated and dispensed via pipette from the source sample in order to mix the source sample immediately before the transfer occurs. The same pipette and tips used in the transfer will be used to mix the source sample.
Default Calculation: Automatically set to 1/2 the volume of the source sample or the maximum volume of the pipette being used, depending on which value is smaller.
Pattern Description: Greater than or equal to 0 microliters and less than or equal to 50 milliliters or Null.
Programmatic Pattern: (RangeP[0*Microliter, 50*Milliliter] | Automatic) | Null
Index Matches to: experiment samples
NumberOfAspirationMixes
The number of times the source is quickly aspirated and dispensed to mix the source sample immediately before it is transferred into the destination.
Default Calculation: Automatically set to 5 if any of the other AspirationMix options are set. Otherwise, set to Null.
Pattern Description: Greater than or equal to 0 and less than or equal to 50 in increments of 1 or Null.
Programmatic Pattern: (RangeP[0, 50, 1] | Automatic) | Null
Index Matches to: experiment samples
MaxNumberOfAspirationMixes
The number of times the source is quickly aspirated and dispensed to mix the source sample immediately before it is transferred into the destination.
Default Calculation: Automatically set to 5 if any of the other AspirationMix options are set. Otherwise, set to Null.
Pattern Description: Greater than or equal to 0 and less than or equal to 100 in increments of 1 or Null.
Programmatic Pattern: (RangeP[0, 100, 1] | Automatic) | Null
Index Matches to: experiment samples
DispenseMixVolume
The volume that will be repeatedly aspirated and dispensed via pipette from the destination sample in order to mix the destination sample immediately after the transfer occurs. The same pipette and tips used in the transfer will be used to mix the destination sample.
Default Calculation: Automatically set to 1/2 the volume of the destination sample or the maximum volume of the pipette being used, depending on which value is smaller.
Pattern Description: Greater than or equal to 0 microliters and less than or equal to 50 milliliters or Null.
Programmatic Pattern: (RangeP[0*Microliter, 50*Milliliter] | Automatic) | Null
Index Matches to: experiment samples
NumberOfDispenseMixes
The number of times the destination is quickly aspirated and dispensed to mix the destination sample immediately after the source is dispensed.
Default Calculation: Automatically set to 5 if any of the other DispenseMix options are set. Otherwise, set to Null.
Pattern Description: Greater than or equal to 0 and less than or equal to 50 in increments of 1 or Null.
Programmatic Pattern: (RangeP[0, 50, 1] | Automatic) | Null
Index Matches to: experiment samples
Supernatant
Indicates that only top most layer of the source sample will be aspirated when performing the transfer.
Default Calculation: Automatically set to True if Magnetization->True. Otherwise, set to False/Null.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
AspirationLayer
The layer (counting from the top) of the source sample that will be aspirated from when performing the transfer.
Default Calculation: Automatically set to 1 if Supernatant->True. Otherwise, is set to Null.
Pattern Description: Greater than 0. in increments of 1 or Null.
Programmatic Pattern: (GreaterP[0., 1.] | Automatic) | Null
Index Matches to: experiment samples
DestinationLayer
The layer (counting from the top) of the destination sample that will be dispensed into when performing the transfer.
Pattern Description: Greater than 0. in increments of 1 or Null.
Programmatic Pattern: GreaterP[0., 1.] | Null
Index Matches to: experiment samples
Magnetization
Indicates if the source container will be put in a magnetized rack to separate out any magnetic components before the transfer is performed.
Default Calculation: Automatically set to False if transferring a liquid. Otherwise, set to Null.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
MagnetizationTime
The time that the source sample will be left on the magnetic rack until the magnetic components are settled at the side of the container.
Default Calculation: Automatically set to 15 Second if Magnetization->True. Otherwise, set to Null.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: (RangeP[0*Minute, $MaxExperimentTime] | Automatic) | Null
Index Matches to: experiment samples
MaxMagnetizationTime
The maximum time that the source sample will be left on the magnetic rack until the magnetic components are settled at the side of the container.
Default Calculation: Automatically set to 1 Minute if Magnetization->True. Otherwise, set to Null.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: (RangeP[0*Minute, $MaxExperimentTime] | Automatic) | Null
Index Matches to: experiment samples
MagnetizationRack
The magnetized rack that the source/intermediate container will be placed in before the transfer is performed.
Default Calculation: Automatically set to a magnetized rack that can hold the source/intermediate container, if Magnetization->True is specified.
Pattern Description: An object of type or subtype Model[Container, Rack], Object[Container, Rack], Model[Item, MagnetizationRack], or Object[Item, MagnetizationRack] or Null.
Programmatic Pattern: (ObjectP[{Model[Container, Rack], Object[Container, Rack], Model[Item, MagnetizationRack], Object[Item, MagnetizationRack]}] | Automatic) | Null
Index Matches to: experiment samples
CollectionContainer
Specifies the container that is stacked on the bottom of the destination container, before the source sample is transferred into the destination container, in order to collect the sample that flows through from the bottom of the destination container and into the CollectionContainer. This option is only available when Preparation->Robotic.
Default Calculation: Automatically set to Model[Container, Plate, "96-well 2mL Deep Well Plate"] if CollectionTime is specified. Otherwise, set to Null.
Pattern Description: Existing Container or New Container or New Container with Index or Null.
Programmatic Pattern: (((ObjectP[{Object[Container, Plate], Model[Container, Plate]}] | _String) | ObjectP[{Model[Container, Plate]}] | {GreaterEqualP[1, 1], ObjectP[{Model[Container]}]}) | Automatic) | Null
Index Matches to: experiment samples
CollectionTime
The amount of time that the sample that is transferred into the destination container is allowed to flow through the bottom of the destination plate and into the CollectionContainer (that is stacked on the bottom of the destination container). This option is only available when Preparation->Robotic.
Default Calculation: Automatically set to 1 Minute if CollectionContainer is specified, otherwise set to Null.
Pattern Description: Greater than or equal to 0 minutes and less than or equal to 72 hours or Null.
Programmatic Pattern: (RangeP[0*Minute, $MaxExperimentTime] | Automatic) | Null
Index Matches to: experiment samples
SterileTechnique
Indicates if 70% ethanol will be sprayed on all surfaces/containers used during the transfer. This also indicates that sterile instruments and a sterile transfer environments must be used for the transfer. Please consult the ExperimentTransfer documentation for a full diagram of SterileTechnique that is employed by operators.
Default Calculation: Automatically set to True if the samples being transferred contain tissue culture or microbial components.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
RNaseFreeTechnique
Indicates that RNase free technique will be followed when performing the transfer (spraying RNase away on surfaces, using RNaseFree tips, etc.).
Default Calculation: Automatically set to True if the samples being transferred are RNaseFree->True.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
Quantitative Transfers
QuantitativeTransfer
Indicates if additional QuantitativeTransferWashSolution will be used to wash the weigh boat, NumberOfQuantitativeTransferWashes times, to maximize the amount of solid that is transferred from the weigh boat (after measurement) to the destination.
Default Calculation: Automatically set to True if any of the other QuantitativeTransfer options are set. Otherwise, is set to False.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
QuantitativeTransferWashSolution
The solution that will be used to wash the weigh boat, NumberOfQuantitativeTransferWashes times, to maximize the amount of solid that is transferred from the weigh boat (after measurement) to the destination.
Default Calculation: Automatically set to Model[Sample, "Milli-Q water"] if any of the other QuantitativeTransfer options are set. Otherwise, is set to Null.
Pattern Description: An object of type or subtype Model[Sample] or Object[Sample] or a prepared sample or Null.
Programmatic Pattern: ((ObjectP[{Model[Sample], Object[Sample]}] | _String) | Automatic) | Null
Index Matches to: experiment samples
QuantitativeTransferWashVolume
The volume of the solution that will be used to wash the weigh boat, NumberOfQuantitativeTransferWashes times, to maximize the amount of solid that is transferred from the weigh boat (after measurement) to the destination.
Default Calculation: Automatically set to 1/4 of the MaxVolume of the weigh boat that will be used if any of the other QuantitativeTransfer options are set. Otherwise, is set to Null.
Pattern Description: Greater than 0 liters or Null.
Programmatic Pattern: (GreaterP[0*Liter] | Automatic) | Null
Index Matches to: experiment samples
QuantitativeTransferWashInstrument
The pipette that will be used to transfer the wash solution to wash the weigh boat, NumberOfQuantitativeTransferWashes times, to maximize the amount of solid that is transferred from the weigh boat (after measurement) to the destination.
Default Calculation: Automatically set to a pipette that can transfer the requested QuantitativeTransferWashVolume. Otherwise, is set to Null.
Pattern Description: An object of type or subtype Model[Instrument, Pipette] or Object[Instrument, Pipette] or Null.
Programmatic Pattern: (ObjectP[{Model[Instrument, Pipette], Object[Instrument, Pipette]}] | Automatic) | Null
Index Matches to: experiment samples
QuantitativeTransferWashTips
The tips that will be used to transfer the wash solution to wash the weigh boat, NumberOfQuantitativeTransferWashes times, to maximize the amount of solid that is transferred from the weigh boat (after measurement) to the destination.
Default Calculation: Automatically set to tips that can transfer the requested QuantitativeTransferWashVolume. Otherwise, is set to Null.
Pattern Description: An object of type or subtype Model[Item, Tips] or Object[Item, Tips] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Tips], Object[Item, Tips]}] | Automatic) | Null
Index Matches to: experiment samples
NumberOfQuantitativeTransferWashes
Indicates the number of washes of the weight boat with QuantitativeTransferWashSolution that will occur, to maximize the amount of solid that is transferred from the weigh boat (after measurement) to the destination.
Default Calculation: Automatically set to 2 if any of the other QuantitativeTransfer options are set. Otherwise, is set to Null.
Pattern Description: Greater than 0 in increments of 1 or Null.
Programmatic Pattern: (GreaterP[0, 1] | Automatic) | Null
Index Matches to: experiment samples
Hermetic Transfers
BackfillGas
The inert gas that is used equalize the pressure in the source's hermetic container while the transfer out of the source's container occurs.
Default Calculation: Automatically set to Nitrogen if the source's container is hermetic and UnsealHermeticSource->False.
Pattern Description: Nitrogen or Argon or Null.
Programmatic Pattern: ((Nitrogen | Argon) | Automatic) | Null
Index Matches to: experiment samples
BackfillNeedle
The needle used to backfill the source's hermetic container with BackfillGas.
Default Calculation: Automatically set to the same model of Needle that will be used to perform the transfer, if the source's container is hermetic and UnsealHermeticSource->False.
Pattern Description: An object of type or subtype Model[Item, Needle] or Object[Item, Needle] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Needle], Object[Item, Needle]}] | Automatic) | Null
Index Matches to: experiment samples
UnsealHermeticSource
Indicates if the source's hermetic container will be unsealed before sample is transferred out of it.
Default Calculation: Automatically set to True if it is indicated that a syringe/needle will not be used to perform the transfer and the source is in a hermetic container. Otherwise, is set to False.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
VentingNeedle
The needle that is used equalize the pressure in the destination's hermetic container while the transfer into the destination's container occurs.
Default Calculation: Automatically set to the same model of Needle that will be used to perform the transfer, if the destination's container is hermetic and UnsealHermeticDestination->False.
Pattern Description: An object of type or subtype Model[Item, Needle] or Object[Item, Needle] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Needle], Object[Item, Needle]}] | Automatic) | Null
Index Matches to: experiment samples
UnsealHermeticDestination
Indicates if the destination's hermetic container will be unsealed before sample is transferred out of it.
Default Calculation: Automatically set to True if it is indicated that a syringe/needle will not be used to perform the transfer and the destination is in a hermetic container. Otherwise, is set to False.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
Tip Rinsing
TipRinse
Indicates if the Tips will first be rinsed with a TipRinseSolution before they are used to aspirate from the source sample.
Default Calculation: Automatically set to True if any of the other TipRinse options are set. Otherwise, is set to False.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
TipRinseSolution
The solution that the Tips will be rinsed before they are used to aspirate from the source sample.
Default Calculation: Automatically set to Model[Sample, "Milli-Q water"] if any of the other TipRinse options are set. Otherwise, is set to Null.
Pattern Description: An object of type or subtype Model[Sample] or Object[Sample] or a prepared sample or Null.
Programmatic Pattern: ((ObjectP[{Model[Sample], Object[Sample]}] | _String) | Automatic) | Null
Index Matches to: experiment samples
TipRinseVolume
The volume of the solution that the Tips will be rinsed before they are used to aspirate from the source sample.
Default Calculation: Automatically set to 125% of the volume to be transferred, or the MaxVolume of the Tips (which ever is smaller) if any of the other TipRinse options are set. Otherwise, is set to Null.
Pattern Description: Greater than 0 liters or Null.
Programmatic Pattern: (GreaterP[0*Liter] | Automatic) | Null
Index Matches to: experiment samples
NumberOfTipRinses
The number of times that the Tips will be rinsed before they are used to aspirate from the source sample.
Default Calculation: Automatically set to 1 if any of the other TipRinse options are set. Otherwise, is set to Null.
Pattern Description: Greater than 0 in increments of 1 or Null.
Programmatic Pattern: (GreaterP[0, 1] | Automatic) | Null
Index Matches to: experiment samples
Mixing
AspirationMixType
The type of mixing that will occur immediately before aspiration from the source container. Swirl has the operator place the container on the surface of the TransferEnvironment and perform NumberOfAspirationMixes clockwise rotations of the container. Pipette performs NumberOfAspirationMixes aspiration/dispense cycle(s) of AspirationMixVolume using a pipette. Tilt changes the angle of the container to (1) 0 AngularDegrees, (2) 10 AngularDegrees, (3) 0 AngularDegrees, a total of NumberOfAspirationMixes times on a Hamilton integrated tilt plate position. Swirl is only available when Preparation->Manual and Tilt is only available when Preparation->Robotic.
Default Calculation: Automatically set to Pipette if any of the other AspirationMix options are set and we're using a pipette to do the transfer. Otherwise, set to Null.
Pattern Description: Swirl, Pipette, or Tilt or Null.
Programmatic Pattern: ((Swirl | Pipette | Tilt) | Automatic) | Null
Index Matches to: experiment samples
DispenseMixType
The type of mixing that will occur immediately after the sample is dispensed into the destination container. Swirl has the operator place the container on the surface of the TransferEnvironment and perform NumberOfDispenseMixes clockwise rotations of the container. Pipette performs NumberOfDispenseMixes aspiration/dispense cycle(s) of DispenseMixVolume using a pipette. Tilt changes the angle of the container to (1) 0 AngularDegrees, (2) 10 AngularDegrees, (3) 0 AngularDegrees, a total of NumberOfDispenseMixes times on a Hamilton integrated tilt plate position. Swirl is only available when Preparation->Manual and Tilt is only available when Preparation->Robotic.
Default Calculation: Automatically set to Pipette if any of the other DispenseMix options are set and we're using a pipette to do the transfer. Otherwise, set to Null.
Pattern Description: Swirl, Pipette, or Tilt or Null.
Programmatic Pattern: ((Swirl | Pipette | Tilt) | Automatic) | Null
Index Matches to: experiment samples
Intermediate Decanting
IntermediateDecant
Indicates if the source will need to be decanted into an intermediate container in order for the precise amount requested to be transferred via pipette. Intermediate decants are necessary if the container geometry prevents the Instrument from reaching the liquid level of the sample in the container (plus the delta of volume that is to be transferred). The container geometry is automatically calculated from the inverse of the volume calibration function when the container is parameterized upon receiving. This option will be set to Null if Preparation->Robotic.
Default Calculation: Automatically set to True if the source is in a container that in a container that is pipette-inaccessible and the Instrument set to perform the transfer is a pipette.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
IntermediateContainer
The container that the source will be decanted into in order to make the final transfer via pipette into the final destination.
Default Calculation: Automatically set to the PreferredContainer[...] of the volume that is being transferred if IntermediateDecant->True.
Pattern Description: An object of type or subtype Model[Container] or Object[Container] or a prepared sample or Null.
Programmatic Pattern: ((ObjectP[{Model[Container], Object[Container]}] | _String) | Automatic) | Null
Index Matches to: experiment samples
Container Covering
KeepSourceCovered
Indicates if the cover on the source container should be "peaked" off when transferred into/out of instead of taken off completely when performing Manual Transfers in order to reduce chances of contamination or minimize light exposure. When performing robotic manipulations, this indicates that the container should be re-covered after any manipulation that uncovers it is completed.
Default Calculation: Automatically set to True if Preparation->Manual. If Preparation->Robotic, set based on the KeepCovered field in Object[Sample]/Object[Container] for the source sample/container, or True if SterileTechnique is True.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
ReplaceSourceCover
Indicates if the cover on the source container will be replaced at the end of the transfer with a new type of cover. If set to False, the previous cover (or a new instance of the previous cover if the previous cover is not reusable) will be used to cover the container after the transfer occurs.
Default Calculation: Automatically set to True if any of the SourceCover options are specified.
Pattern Description: True or False or Null.
Programmatic Pattern: BooleanP | Null
Index Matches to: experiment samples
SourceCover
The new cover that will be placed on the source container after the transfer occurs. By default, this option is set to Null which indicates that the previous cover will be used.
Default Calculation: Automatically set to a cover that is compatible with the source container if ReplaceSourceCover->True.
Pattern Description: An object of type or subtype Object[Item, Cap], Object[Item, PlateSeal], Object[Item, Lid], Model[Item, Cap], Model[Item, PlateSeal], or Model[Item, Lid] or Null.
Programmatic Pattern: (ObjectP[Join[CoverObjectTypes, CoverModelTypes]] | Automatic) | Null
Index Matches to: experiment samples
SourceSeptum
The new septum that will be placed on the source container after the transfer occurs. By default, this option is set to Null which indicates that the previous septum will be used (if there was previously a septum on the container). This option can only be set if a new SourceCover is to be used and that SourceCover is a Model[Item, Cap]/Object[Item, Cap] that has CoverType->Crimp and SeptumRequired->True.
Default Calculation: Automatically set to a septum that is compatible with the source container if ReplaceSourceCover->True.
Pattern Description: An object of type or subtype Model[Item, Septum] or Object[Item, Septum] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Septum], Object[Item, Septum]}] | Automatic) | Null
Index Matches to: experiment samples
SourceStopper
The new stopper that will be placed on the source container after the transfer occurs. By default, this option is set to Null which indicates that the previous stopper will be used (if there was previously a stopper on the container). This option can only be set if a new SourceCover is to be used and that SourceCover is a Model[Item, Cap]/Object[Item, Cap] that has CoverType->Crimp.
Default Calculation: Automatically set to a stopper that is compatible with the source container if ReplaceSourceCover->True.
Pattern Description: An object of type or subtype Model[Item, Stopper] or Object[Item, Stopper] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Stopper], Object[Item, Stopper]}] | Automatic) | Null
Index Matches to: experiment samples
KeepDestinationCovered
Indicates if the cover on the destination container should be "peaked" off when transferred into/out of instead of taken off completely when performing Manual Transfers in order to reduce chances of contamination or minimize light exposure. When performing robotic manipulations, this indicates that the container should be re-covered after any manipulation that uncovers it is completed.
Default Calculation: Automatically set to True if Preparation->Manual. If Preparation->Robotic, set based on the KeepCovered field in Object[Sample]/Object[Container] for the destination sample/container, or True if SterileTechnique is True.
Pattern Description: True or False.
Programmatic Pattern: BooleanP | Automatic
Index Matches to: experiment samples
ReplaceDestinationCover
Indicates if the cover on the destination container will be replaced at the end of the transfer with a new type of cover. If set to False, the previous cover (or a new instance of the previous cover if the previous cover is not reusable) will be used to cover the container after the transfer occurs.
Default Calculation: Automatically set to True if any of the DestinationCover options are specified.
Pattern Description: True or False or Null.
Programmatic Pattern: (BooleanP | Automatic) | Null
Index Matches to: experiment samples
DestinationCover
The new cover that will be placed on the destination container after the transfer occurs. By default, this option is set to Null which indicates that the previous cover will be used.
Default Calculation: Automatically set to a cover that is compatible with the destination container if ReplaceDestinationCover->True.
Pattern Description: An object of type or subtype Object[Item, Cap], Object[Item, PlateSeal], Object[Item, Lid], Model[Item, Cap], Model[Item, PlateSeal], or Model[Item, Lid] or Null.
Programmatic Pattern: (ObjectP[Join[CoverObjectTypes, CoverModelTypes]] | Automatic) | Null
Index Matches to: experiment samples
DestinationSeptum
The new septum that will be placed on the destination container after the transfer occurs. By default, this option is set to Null which indicates that the previous septum will be used (if there was previously a septum on the container). This option can only be set if a new DestinationCover is to be used and that DestinationCover is a Model[Item, Cap]/Object[Item, Cap] that has SeptumRequired->True.
Default Calculation: Automatically set to a septum that is compatible with the destination container if ReplaceDestinationCover->True.
Pattern Description: An object of type or subtype Model[Item, Septum] or Object[Item, Septum] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Septum], Object[Item, Septum]}] | Automatic) | Null
Index Matches to: experiment samples
DestinationStopper
The new stopper that will be placed on the destination container after the transfer occurs. By default, this option is set to Null which indicates that the previous stopper will be used (if there was previously a stopper on the container). This option can only be set if a new DestinationCover is to be used and that DestinationCover is a Model[Item, Cap]/Object[Item, Cap] that has CoverType->Crimp.
Default Calculation: Automatically set to a stopper that is compatible with the destination container if ReplaceDestinationCover->True.
Pattern Description: An object of type or subtype Model[Item, Stopper] or Object[Item, Stopper] or Null.
Programmatic Pattern: (ObjectP[{Model[Item, Stopper], Object[Item, Stopper]}] | Automatic) | Null
Index Matches to: experiment samples
Post Experiment
SamplesInStorageCondition
The non-default conditions under which the SamplesIn of this experiment should be stored after the protocol is completed. If left unset, SamplesIn will be stored according to their current StorageCondition.
Pattern Description: {AmbientStorage, Refrigerator, Freezer, DeepFreezer, CryogenicStorage, YeastIncubation, YeastShakingIncubation, BacterialIncubation, BacterialShakingIncubation, MammalianIncubation, ViralIncubation, CrystalIncubation, AcceleratedTesting, IntermediateTesting, LongTermTesting, UVVisLightTesting} or Disposal or Null.
Programmatic Pattern: (Alternatives[SampleStorageTypeP | Disposal]) | Null
Index Matches to: experiment samples
SamplesOutStorageCondition
The non-default conditions under which any new samples generated by this experiment should be stored after the protocol is completed. If left unset, the new samples will be stored according to their Models' DefaultStorageCondition.
Pattern Description: {AmbientStorage, Refrigerator, Freezer, DeepFreezer, CryogenicStorage, YeastIncubation, YeastShakingIncubation, BacterialIncubation, BacterialShakingIncubation, MammalianIncubation, ViralIncubation, CrystalIncubation, AcceleratedTesting, IntermediateTesting, LongTermTesting, UVVisLightTesting} or Disposal or Null.
Programmatic Pattern: (Alternatives[SampleStorageTypeP | Disposal]) | Null
Index Matches to: experiment samples