WARP Project Forums - Wireless Open-Access Research Platform

You are not logged in.

#1 2019-Feb-27 12:49:32

Muneeb
Member
Registered: 2019-Jan-15
Posts: 12

wl_getTriggerOutputIDs

Hello all,

I am writing a code for my project on WARP, and I could not understand that wl_getTriggerOutputIDs is also using the transmitter node which nodes(1) in the basic TxRx example from the website.

I believe it should take nodes(2) which is the receiving node.

It will be of immense help if someone could explain me the use of this command as I could not understand from the description mentioned on the website.

Thanks a lot!

Offline

 

#2 2019-Feb-27 13:06:28

murphpo
Administrator
From: Mango Communications
Registered: 2006-Jul-03
Posts: 5159

Re: wl_getTriggerOutputIDs

The wl_getTriggerOutputIDs command retrieves the list of trigger outputs for a given node. If you're using the same WARPLab design on every node, then the list of trigger IDs from one node is valid for every node. Our example scripts use this assumption; the trigger IDs are read into the workspace from one node, then used to configure the trigger logic at every node.

Every WARPLab node can Tx and Rx. "Tx node" and "Rx node" are roles chosen by the script for a given experiment. The trigger IDs are the same for all nodes running the same WARPLab bitstream, independent of whether the experiment uses a node for Tx, Rx, or both.

Offline

 

Board footer