All the code sample in the document Spirent_TestCenter_Automation_Prog_Guide.pdf in section Chapter 18 Spirent TestCenter LS are using TCL code.
I have not been successful yet connecting to LS through Python, is it possible?
All the code sample in the document Spirent_TestCenter_Automation_Prog_Guide.pdf in section Chapter 18 Spirent TestCenter LS are using TCL code.
I have not been successful yet connecting to LS through Python, is it possible?
Yes, it is very much the same commands only in python (see below)
stc.perform("CSServerConnect", host="10.98.30.36") stc.perform("CSTestSessionConnect", host="10.98.30.36", TestSessionName="adc7101_tdm1", OwnerId="Steve", CreateNewTestSession="true")
Also you may want to download the doc set off the CSC http://support.spirentcom.com/
And see "Getting_Started_with_REST_API.pdf" (ReST-API) does not require a python license.
Looking for a stub code which uses python to run a landslide script. Any pointers would help
,Hi,
Im looking for spreint landslide automatin to runn a script. any pointer towards the stub code will help
Br,
Satheesh
@satheesh, asking another question in a posting isn't a good place to do this and will often remain unanswered. I suggest you start a new question with "Ask a question" at the top.,
82 People are following this question.
"keylset" becomes invlid command name after I upgrade STC to 5.03
How to differentiate between boundstream and rawstream in traffic_config python HLTAPI?
Creation of simple device(s) with multiple parameters as input ?
What is the automation command to fetch traffic_stats in stream level in HLTAPI?
Python REST API: How to unsubcribe of results (ResultsSubscribeCommand)