Printer FriendlyEmail Article Link

Spirent TestCenter-Automation : How to increment vpi / vci value from Tcl API ?

Environment/Versions
  • Spirent TestCenter Automation
  • ATM Device
Answer
  • Define the value for -VciStep / -VpiStep attribute of Aal5 interface object.

#Retrieve the emulateddevice handle

set Aal5int [stc::get  <emulateddevicehandle> -children-Aal5if]

stc::config $Aal5int \

        -Vpi "0"

        -VpiStep "0"

        -VpiStepMask "255"

        -Vci "32"

        -VciStep "0"

        -VciStepMask "65535"

 


Product : API