PlateModel.GetPlate(String) Method

Top 

Description

Gets a reference to the Plate associated with the specified label. If no Plate is associated with that label, an error is reported.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

PlateModel.GetPlate(

String plateName)

 

 

Arguments

plateName


Description:

The name of the plate to access.

 

 

 

Return Value

Type:

Plate

 

 

The Plate associated with the specified label.

 

Syntax

myPlateModel1.GetPlate(myString1);

 

 

See also

PlateModel Object