Skip to content
Snippets Groups Projects
Commit bc3054cb authored by Yuelong Yu's avatar Yuelong Yu
Browse files

marked GetHighVoltageSlewRate as unsupproted

parent 2f38c59d
No related branches found
No related tags found
No related merge requests found
Pipeline #11212 failed
...@@ -173,7 +173,8 @@ namespace AGIPDCtrlNS ...@@ -173,7 +173,8 @@ namespace AGIPDCtrlNS
{ {
LOG_TRACE(__FUNCTION__); LOG_TRACE(__FUNCTION__);
return m_communication->GetHighVoltageSlewRate(hv_slewrate); //return m_communication->GetHighVoltageSlewRate(hv_slewrate);
return UC;
} }
RESPONSE AGIPDCtrlInterface::ASICPowerUP(int8 asic_mask) RESPONSE AGIPDCtrlInterface::ASICPowerUP(int8 asic_mask)
......
...@@ -172,6 +172,7 @@ namespace AGIPDCtrlNS ...@@ -172,6 +172,7 @@ namespace AGIPDCtrlNS
/** /**
* \brief get high voltage slew rate * \brief get high voltage slew rate
* this command is currently not supported
* \param hv_slewrate high voltage slew rate * \param hv_slewrate high voltage slew rate
* \return response of command \see AGIPDCtrlNS::RESPONSE * \return response of command \see AGIPDCtrlNS::RESPONSE
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment