GetTargetId

get_target_id(public_api_client, target_name)

Description

To get the target id of a given chipset.

Arguments

  • public_api_client: QDC api client object.
  • target_name: Name of the chipset.

Returns

  • int: ID of the given chipset.
  • None: In case of failure.

Usages

target = "SC8280XP"
target_id = qdc_api.get_target_id(public_api_client, target)