| Syntax | 
    get_clocks   <clock_pin_list> | 
  
   
    |  
       Arguments 
     | 
     
      
        
       
         
          | <clock_pin_list> | 
          List of clock pins, for example, {clk1 clk2 ...}. The <clock_pin_list> cannot contain wildcards. Required. | 
         
       
       
     | 
  
   
    |  
       Return Value 
     | 
     
      
         
          | Code Name | 
          Code | 
          String Return | 
         
        
        
 
          | TCL_ERROR | 
          1 | 
          A Tcl transaction is in progress and must be completed before executing: | 
         
 
          | TCL_ERROR | 
          1 | 
          Project has no active compiler setting | 
         
 
          | TCL_ERROR | 
          1 | 
          No project is currently open | 
         
       
     | 
  
   
    | Description | 
    Returns the list of clock pins as specified in the <clock_pin_list>. Current support is limited to returning the input list as the output. When no <clock_pin_list> is specified, the command returns nothing.
     |