Label Variables
Below denotes the variables that can be referenced in a label.
Label Variable | Example |
sample_dicts | [{‘sample’: <SampleObject>, ‘tags’: <ListOfTags>, ‘panel_names’: <ListOfPanels>}, …,] |
batch_dicts |
[{‘batch’: <BatchObject>}, …,] |
inventory_stocks |
[<InventoryStockObject>,...,] |
location_dicts |
[{‘location’: <LocationObject>}, …,] |
order_dicts |
[{‘order’: <OrderObject>, ...] |
test_dicts |
[{‘test’: <TestObject>, ‘tags’: <ListOfTags>, …,] |
project_dicts |
[{‘project’: <ProjectObject>, ‘tags’: <ListOfTags>}, …,] |
equipment_dicts |
[{'count': 1, 'equipment': <EquipmentObject>}] |
For additional information on reference objects and their attributes, click on the following link:
Comments
1 comment
Please add equipment_dicts to this list, I just had to guess that it existed for an equipment level label.
Please sign in to leave a comment.