00001 package Sct_SctApi;
00002
00003
00012
00013 public interface TriggerTIMLevelOperations
00014 {
00015
00016
00017 void timSetFrequency (int partition, int crate, double trigFreq, double rstFreq);
00018 void freeTriggers (int partition, int crate);
00019 void stopTriggers (int partition, int crate);
00020 void timL1A (int partition, int crate);
00021 void timCalL1A (int partition, int crate, short delay);
00022 short timReadRegister (int partition, int crate, short value);
00023 void timWriteRegister (int partition, int crate, short reg, short value);
00024 int sendTriggers (int partition, int crate, Sct_SctApi.Trigger trig, int ntriggers, short point_in_scan);
00025 }