QuickOPC User's Guide and Reference
LowestPercentDeadband Property (DAMapper)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAMapper Class : LowestPercentDeadband Property
The lowest percent deadband allowed by this mapper.
Syntax
'Declaration
 
<DefaultValueAttribute(0)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Property LowestPercentDeadband As Single
'Usage
 
Dim instance As DAMapper
Dim value As Single
 
instance.LowestPercentDeadband = value
 
value = instance.LowestPercentDeadband
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public float LowestPercentDeadband {get; set;}
[DefaultValue(0)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
property float LowestPercentDeadband {
   float get();
   void set (    float value);
}
Remarks
When not equal to zero (the default), all mappings that specify lower percent deadband will use this value.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also