L2TestLoadTemplateCommand Object


Description:

Saves the MII or MDIO configuration to an XML file. -LoadDefault is optional.

Tcl example:

stc::perform LoadTemplate -Port "port1" -FileName "Template.xml"

Can be used with Command Sequencer: Yes

GUI Command Name: L2Test: Load Template

Parents: Sequencer, StcSystem

L2TestLoadTemplateCommand Writable Attributes

Attribute Description
Common Writable Attributes ProgressCancelled
FileName

Name of template file.

Type: inputFilePath

Default: "" (empty string)

LoadDefault

LoadDefault is optional.

Tcl example:

stc::perform LoadTemplate -Port "port1" -LoadDefault TRUE -FileName "" 

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Load the default template "ieee802_3ae45.xml".

FALSE

Load the -FileName requested.

Port

Port handle.

Type: handle

Default: 0

L2TestLoadTemplateCommand Read-Only Attributes

Read-Only Attribute Description
Common Read-Only Attributes ElapsedTime, EndTime, ProgressCurrentStep, ProgressCurrentStepName, ProgressCurrentValue, ProgressDisplayCounter, ProgressMaxValue, ProgressStepsCount, StartTime, State, Status