EasyManuals Logo

Sifos Technologies PhyView PVA-3000 User Manual

Default Icon
134 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #107 background imageLoading...
Page #107 background image
PVA-3000 Reference Manual
December 2, 2019 Sifos Technologies
Page
107
Conclusion: This example shows a loss of 1371 packets (0.13%).
# Example 7 script
# Using PVA-3102 in slot,port 1,1 for Tx, 1,2 for Rx
set TxPort 1,1
set RxPort 1,2
# Configure both Test Ports for 1000Base-T, duplex, polarity auto,
gig_mode
# Slave so DUT will be Master
pva_speed $TxPort 1000 duplex auto arm
pva_polarity $TxPort auto arm
pva_gig_mode $TxPort slave arm
pva_speed $RxPort 1000 duplex auto arm
pva_polarity $RxPort auto arm
# Force a re-link, to establish the desired line conditions.
pva_relink $TxPort
pva_relink $RxPort
# Verify that the links are up.
pva_link_wait $TxPort
pva_link_wait $RxPort
# Configure impairments on the TxPort.
pva_line $TxPort impair all
pva_noise $TxPort on dB 4.0
pva_tx_clk $TxPort jitter dB 2.0 offset 0
# Start the Received Packet Counter on the RxPort.
set rslt [pva_rx_pkt $RxPort start]
# Transmit 1024k packets with the TxPort
set rslt [pva_tx_pkt $TxPort size 60 rate line count 1024K start]
# Check for Transmit completed
while {[lindex [pva_tx_pkt $TxPort stat] 3] != "IDLE"} { }
# Read the Received Packet Counter.
set rcvdPackets [lindex [pva_rx_pkt $RxPort stat] 6]
# Stop the Received Packet Counter.
set rslt [pva_rx_pkt $RxPort stop]
# Calculate Packet Loss.
set lostPackets [expr 1048576 - $rcvdPackets]
Figure 4.12 Example 7 Script Results

Table of Contents

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Sifos Technologies PhyView PVA-3000 and is the answer not in the manual?

Sifos Technologies PhyView PVA-3000 Specifications

General IconGeneral
BrandSifos Technologies
ModelPhyView PVA-3000
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals