SICS-496: Set the output power limit to 40% on startup as requested.
r3687 | ffr | 2012-08-02 09:47:33 +1000 (Thu, 02 Aug 2012) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
a311f331cd
commit
74edc8ab56
@@ -197,7 +197,7 @@
|
||||
else printf("OK\n");
|
||||
|
||||
// Set Output Limit
|
||||
if((iRet=WEST4100_ConfigureAndQueryGen(self,"Output Power to 100%..",20,100,""))!=1)
|
||||
if((iRet=WEST4100_ConfigureAndQueryGen(self,"Output Power to 40%..",20,40,""))!=1)
|
||||
return iRet;
|
||||
|
||||
// Set Alarm1 Limit
|
||||
|
||||
Reference in New Issue
Block a user