Chapter 5 Examples
Changing a setup
24 SmartClass E1 Tester Remote Control Reference Guide
Changing a setup
To change a setup
1 Find the setup's name in appendix A.
For example: E1Bert.Test.Mode
2 Check the setup's applicability and changeability (if you are unsure).
[customer@SCE customer]$ rc s_get_all E1Bert.Test.Mode
2:SCE:cmsend:ack:s_get_all 1,1,1,TERM
3 Query the setup's valid values (if you are unsure).
[customer@SCE customer]$ rc s_get_valid
E1Bert.Test.Mode
2:SCE:cmsend:ack:s_get_valid TERM,MON,BRIDGE,LINELB
4 Change the setup's value.
[customer@SCE customer]$ rc s_set E1Bert.Test.Mode TERM
2:SCE:cmsend:ack:s_set
Querying a result
To query a result
1 Find the result's name in Appendix C.
For example: E1Bert.0.BertRx.BitErrors
2 Query the result's value, applicability and readiness (if you are unsure).
[customer@SCE customer]$ rc pr_get_all E1Bert.0.BertRx.
BitErrors
2:SCE:cmsend:ack:pr_get_all 1,1,"MAJOR","IN_RANGE",
16566879,201
3 Query the result's value.
[customer@SCE customer]$ rc pr_get E1Bert.0.BertRx.
BitErrors
2:SCE:cmsend:ack:pr_get 0
Executing an action
To execute actions
1 Start a BER test
E1Bert.0.Auto.Auto (frame and pattern auto configure)
rc a_execute E1Bert.0.Auto.Auto
2 To insert TSE errors
a To insert one test error
rc s_set E1Bert.0.BertTx.ErrorInsertionType SINGLE
rc a_execute E1Bert.0.BertTx.ErrorInsert