19
Keysight N1091APCA/BMCA/BACA/BJCA IEEE 802.3 Compliance and Debug
Application
Programmer's Reference
3 Test Names and IDs
The following table shows the mapping between each test's numeric ID and name.
The numeric ID is required by various remote interface methods.
• Name — The name of the test as it appears on the user interface
Select Tests
tab.
• Test ID — The number to use with the RunTests method.
• Description — The description of the test as it appears on the user interface
Select Tests
tab.
For example, if the graphical user interface displays this tree in the
Select Tests
tab:
• All Tests
•
Rise Time
•
Fall Time
then you would expect to see something like this in the table below:
and you would run these tests remotely using:
ARSL syntax
-----------
arsl -a ipaddress -c "SelectedTests '100,110'"
arsl -a ipaddress -c "Run"
C# syntax
---------
remoteAte.SelectedTests = new int[]{100,110};
remoteAte.Run();
Table 3
Example Test Names and IDs
Name
Test ID
Description
Fall Time
110
Measures clock fall time.
Rise Time
100
Measures clock rise time.
Содержание N1091APCA
Страница 1: ...Keysight N1091APCA BMCA BACA BJCA IEEE 802 3 Compliance and Debug Application Programmer s Reference ...
Страница 4: ...4 Keysight N1091APCA BMCA BACA BJCA IEEE 802 3 Compliance and Debug Application Programmer s ...
Страница 6: ...6 Keysight N1091APCA BMCA BACA BJCA IEEE 802 3 Compliance and Debug Application Programmer s ...
Страница 44: ...44 Keysight N1091APCA BMCA BACA BJCA IEEE 802 3 Compliance and Debug Application Programmer s Index ...