Changes between Version 7 and Version 8 of WARPLab/Reference/TriggerManager/TriggerProcessor


Ignore:
Timestamp:
Dec 18, 2015, 11:23:16 AM (8 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Reference/TriggerManager/TriggerProcessor

    v7 v8  
    323323Configures whether specified output triggers should hold their outputs once triggered[[BR]]
    324324
    325 
    326 '''Arguments:''' (uint32 OUTPUTS), (string MODE)
     325'''Arguments:''' (uint32 OUTPUTS), (boolean MODE)
    327326
    328327  * '''OUTPUTS:'''      vector of output trigger IDs, provided by wl_getTriggerOutputIDs[[BR]]
    329   * '''MODE:'''         'enable' or 'disable'[[BR]]
     328  * '''MODE:'''         true enables output hold mode; false disables output hold mode[[BR]]
    330329
    331330'''Returns:''' none
     
    363362
    364363
    365 === {{{input_config_enable_selection}}} ===
    366 
    367 
    368364=== {{{input_config_debounce_mode}}} ===
    369365Configures specified input triggers to enable or disable debounce circuit.
     
    372368
    373369
    374 '''Arguments:''' (uint32 INPUTS), (string MODE)
     370'''Arguments:''' (uint32 INPUTS), (boolean MODE)
    375371
    376372  * '''INPUTS:'''      vector of output trigger IDs, provided by wl_getTriggerInputIDs[[BR]]
    377   * '''MODE:'''         'enable' or 'disable'[[BR]]
     373  * '''MODE:'''        true enables input debounce mode; false disables input debounce mode[[BR]]
    378374
    379375'''Returns:''' none
     
    454450
    455451
     452=== {{{input_config_idelay}}} ===
     453Configures the IDELAY values for specified input triggers. [[BR]]
     454
     455
     456'''Arguments:''' (uint32 INPUTS), (string TYPE), (uint32 VALUES)
     457
     458  * '''INPUTS:'''     Vector of input trigger IDs, provided by wl_getTriggerInputIDs[[BR]]
     459  * '''TYPE:'''       'ext_pin' or 'cm_pll' - Can modify the IDELAY for the path from the external pin or CM-PLL module[[BR]]
     460  * '''VALUES:'''     Scaler value in [0, 31] or Vector of values equal in length to the INPUTS vector[[BR]]
     461
     462'''Returns:''' none
     463
     464
     465
     466=== {{{output_config_odelay}}} ===
     467Configures the ODELAY values for specified output triggers.[[BR]]
     468
     469
     470'''Arguments:''' (uint32 OUTPUTS), (string TYPE), (uint32 VALUES)
     471
     472  * '''OUTPUTS:'''    Vector of output trigger IDs, provided by wl_getTriggerOutputIDs[[BR]]
     473  * '''TYPE:'''       'ext_pin' or 'cm_pll' - Can modify the ODELAY for the path to the external pin or CM-PLL module[[BR]]
     474  * '''VALUES:'''     Scaler value in [0, 31] or Vector of values equal in length to the OUTPUTS vector[[BR]]
     475
     476'''Returns:''' none
     477
     478
     479
    456480=== {{{test_trigger}}} ===
    457481Sends a test trigger[[BR]]