Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Python:
    No Format
    p.mainFeedOn(siuId=01, pduId=0)
    p.powerOnEpuOnly(epuId=0)
    
    Wait 20 seconds
    No Format
    p.bootEPU(epuId=0)
    

...

  • To set the TKR bias voltage:
    No Format
    p.setBiasVoltageTkr(temId=0, biasVoltage=0x40000x54fe)
    
  • To power on ACD free boards:
    No Format
    p.powerOnAemOnly(pduId=1, supRed=0)
    p.powerOnFreeBoardOnly(freeId=0)
    

...