Hi there,
I am trying to modify the MbpsLoad parameter from a streamblock using TCL STC API but it is coming back with the error "couldn't set the read only attribute":
TestCenter>eval stc::config streamblock5 -MbpsLoad 5
Failed to evaluate tcl command 'stc::config streamblock5 -MbpsLoad 5'
TestCenterException
StdOut =
StdErr =
Result = RuntimeError in config: couldn't set the read only attribute -MbpsLoad
Does anybody know how to modify this parameter? or is there a way to change the attribute "read only" to allow changes?
Thank you!!!