RTC6 boards
Doc. Rev. 1.0.21 en-US
10 RTC6 Commands
361
Ctrl Command eth_found_cards
Function Returns the number of RTC6 Ethernet Boards in the search result list.
Call
Result = eth_found_cards()
Parameters None.
Result Number of RTC6 Ethernet Boards in the search result list.
As an unsigned 32-bit value.
0: There are no RTC6 Ethernet Boards in the search result list.
Possibly the search has not been carried-out yet.
n: Number of RTC6 Ethernet Boards contained in the search result list.
Comments • eth_found_cards is not available as a multi-board command.
• eth_found_cards does not necessarily match the
– RTC6 Ethernet Board number in the RTC6 board management
– total number of RTC6 Ethernet Boards and RTC6 PCIe Boards.
• To create the search result list, use either eth_search_cards or
eth_search_cards_range. Their result value is the same as the one of
eth_found_cards. See also Chapter 16.5.2 ”About Searching RTC6 Ethernet Boards”,
page 904.
• Information about a particular RTC6 Ethernet Board in the search result list can be
queried by eth_get_card_info_search.
• See also Chapter 16.5.3 ”About the RTC6 Board Management”, page 905.
RTC4RTC6 New command.
RTC5RTC6 New command.
Version info Available as of DLL 606, OUT 606, RBF 611.
References eth_get_card_info_search, eth_search_cards, eth_search_cards_range