question

udaya avatar image
udaya asked ryanZhong answered

How to get devices created by perform command ?

Please take a look at the below code snippet. It is creating emulateddevice7 and emulateddevice8. Though -ReturnList is giving the devices , the concern is how to store and get parent handle. Can you please suggest something ? % stc::perform DeviceGenConfigExpand -DeleteExisting NO -GenParams emulated devicegenparams1 -parent system1 -Name {DeviceGenConfigExpandCommand 4} -DeleteExisting NO -GenPa rams emulateddevicegenparams1 -ReturnList {emulateddevice7 emulateddevice8} -Exe cuteSynchronous true -State COMPLETED -Status {} -StartTime 1395062780.48364 -En dTime 1395062780.48664 -ElapsedTime 3 -ProgressDisplayCounter true -ProgressStep sCount 1 -ProgressCurrentStep 1 -ProgressCurrentStepName {Creating Devices} -Pro gressMaxValue 2 -ProgressCurrentValue 2 -ProgressCancelled false -Active true %
Spirent TestCenter (STC)automation
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
ryanZhong avatar image
ryanZhong answered
how about stc::get system1 -children-emulateddevice
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.