AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ Fill()

void drama::ArrayParameter< std::string >::Fill ( const std::string &  filler,
bool  updateMonitors = true 
)

Fill the array parameter value with a fixed value for all elements.

Parameters
fillerThe filler value.
updateMonitorsIf true, then any parameters monitors are updated. You might set this false if you know there are not any as yet or you are doing a series of quick updated.