Ignore:
Timestamp:
09/13/11 14:43:03 (13 years ago)
Author:
tbretz
Message:
Updated scaling of some voltages; added commands and states to help output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fscctrl.cc

    r12068 r12089  
    333333            currents[idx+20] *= -1;
    334334        }
     335        voltages[12] *=  2;
     336        voltages[13] *=  2;
     337        voltages[14] *=  2;
     338        voltages[15] *=  2;
     339
    335340        voltages[24] *=  2;
    336341        voltages[25] *=  2;
     342
    337343        voltages[27] *= -1;
    338344        voltages[29] *= -1;
     345
    339346        currents[27] *= -1;
    340347        currents[29] *= -1;
     
    871878void PrintHelp()
    872879{
     880    Main::PrintHelp<StateMachineFSC<StateMachine, ConnectionFSC>>();
     881
    873882    /* Additional help text which is printed after the configuration
    874883     options goes here */
Note: See TracChangeset for help on using the changeset viewer.