GetRegionNamesForParticipant()

Gets all the specified participant's regions.

Returns a dictionary with the regions as keys and the corresponding display names as values.

Essential Keyword Arguments

ParticipantName : string

String indicating the participant for which regions are returned.

Return Type

Dictionary

Examples

Example 35: Get regions for a given participant


GetRegionNamesForParticipant(ParticipantName = 'CFX-2')

{'plate': 'plate', 'coupling': 'coupling'}