Customer Service Center
Home
Knowledge Base
Forums
Contact Support
License Activation
|
Contact Support
|
License Activation
|
Spirent KB Article
Doc ID: FAQ17623
Printer Friendly
Email Article Link
Spirent TestCenter-JTAPI: How to start the particular stream if we create bound streamblock?
Environment/Versions
Spirent TestCenter
Automation-JTAPI
PGA
Answer
Patch has been provided over 4.59 GA of JTAPI and will be impelemented in next version of JTAPI.
$rt->setup_traffic_mesh ()
MAP {
[src_ports]
[dst_ports]
[enable_stream {true | false}]
[name]}
For bidirectional streamblock should give list of names if we want to start particular streamblock later.
push @tmap,{src_ports=>["$port1"],
dst_ports=>["$port2"],
traffic_type =>"IPv4",
stream =>$s1,
name => ['streamblk1_1', 'streamblk1_2']};
Version
1.0
Publish Date
2016-08-28
Categories
Product : Automation,API,Spirent TestCenter,PGA
Related Articles