ExternalHistorianEnable — enables or disables external historian connections.
(ExternalHistorianEnable labelPattern 0|1)
labelPattern
A globbing pattern that matches all connections to be enabled or
disabled, according to the matching rules in shell_match.
0|1
0 disables the connections,
1 enables them.
A message indicating success or error. Please refer to Return Syntax for details.
This command enables or disables zero or more external historian connections.
The labelPattern is compared to each configured historian
connection label, and all connections matching the pattern are modified. The
labelPattern is a globbing pattern, not a regular
expression. The pattern of asterisk character ( * ) matches
all connections. See the matching rules in shell_match for the
globbing pattern rules. If the second argument is 0, all
matching connections are disabled, otherwise the connections are enabled.