How to import an Avalanche .spf file configuration to the TCL API?
Knowledge Base - FAQ
How to import an Avalanche .spf file configuration to the TCL API?
Avalanche configuration .spf file can be imported using the following command in TCL enviornment
set hProject [av::perform import system1 -file ]
# Access the test
set MyTest [av::get $hProject "-tests"]