EpicsAttributeNameValidator
digraph inheritance5f0bfb9a07 {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"EpicsAttributeNameValidator" [URL="#taurus.core.epics.epicsvalidator.EpicsAttributeNameValidator",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Validator for Epics attribute names. Apart from the standard named"];
"TaurusAttributeNameValidator" -> "EpicsAttributeNameValidator" [arrowsize=0.5,style="setlinewidth(0.5)"];
"TaurusAttributeNameValidator" [URL="taurus.core.taurusvalidator-TaurusAttributeNameValidator.html#taurus.core.taurusvalidator.TaurusAttributeNameValidator",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="Base class for Attribute name validators."];
}
- class EpicsAttributeNameValidator(*p, **k)[source]
Validator for Epics attribute names. Apart from the standard named groups (scheme, authority, path, query and fragment), the following named groups are created:
attrname: attribute name (an epics PV name).
Note: brackets on the group name indicate that this group will only contain a value if the URI contains it.
Import from
taurus.core.epics.epicsvalidator
as:from taurus.core.epics.epicsvalidator import EpicsAttributeNameValidator
- authority = '//'
- fragment = '[^# ]*'
- getNames(fullname, factory=None, fragment=False)[source]
reimplemented from
TaurusDeviceNameValidator
- path = '(?P<attrname>[a-zA-Z0-9_\\-:;\\<\\>[\\.\\[\\]]+?(\\.(?P<_field>[A-Z]+))?)'
- query = '(?!)'
- scheme = '(ca|epics)'