Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-pilatus
Commits
01831b5e
Commit
01831b5e
authored
Mar 23, 2018
by
Jose Tiago Macara Coutinho
Committed by
Operator for ID31
Mar 26, 2018
Browse files
export new command resetHighVoltage to python
parent
7b57ad8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sip/PilatusCamera.sip
View file @
01831b5e
...
...
@@ -21,7 +21,8 @@ namespace Pilatus
SETTING_EXPOSURE_PER_FRAME,
SETTING_ROI,
KILL_ACQUISITION,
RUNNING
RUNNING,
RESET_HIGH_VOLTAGE
};
enum Gain
...
...
@@ -101,5 +102,8 @@ namespace Pilatus
bool hasRoiCapability() const;
void setRoi(const std::string&);
bool hasHighVoltageReset();
void resetHighVoltage(double sleeptime = -1.);
};
};
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment