IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32388


Ignore:
Timestamp:
Sep 9, 2011, 1:33:31 PM (15 years ago)
Author:
watersc1
Message:

utilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20110622/ippTasks/diskbalance.pro

    r32382 r32388  
    101101  book setword balanceControl control mDestinations $2
    102102end
     103
     104macro set.balance.range
     105  if ($0 != 3)
     106    echo "USAGE: set.balance.range (SO_ID_START) (SO_ID_RANGE)"
     107    break
     108  end
     109
     110  $BALANCE_SO_ID_START = $1
     111  $BALANCE_SO_ID_RANGE = $2
     112end
     113
    103114
    104115macro show.balance.numbers
     
    122133end
    123134
     135macro set.target.range
     136  if ($0 != 3)
     137    echo "USAGE: set.target.range (SO_ID_START) (SO_ID_RANGE)"
     138    break
     139  end
     140
     141  $TARGET_SO_ID_START = $1
     142  $TARGET_SO_ID_RANGE = $2
     143end
     144
     145
    124146macro show.target.numbers
    125   book listpage targetControl control
    126147  echo "target so_ids: $TARGET_SO_ID_START $TARGET_SO_ID_RANGE"
    127148end
Note: See TracChangeset for help on using the changeset viewer.