OPC Studio User's Guide and Reference
OffX1Limit Property



View with Navigation Tools
OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : OffX1Limit Property
Conversion behavior when the input value is off the X1 limit.
Syntax
'Declaration
 
Public Property OffX1Limit As OffLimitBehavior
 
'Usage
 
Dim instance As LinearConverter
Dim value As OffLimitBehavior
 
instance.OffX1Limit = value
 
value = instance.OffX1Limit

Property Value

The default value of this property is Normal (OffLimitBehavior.Normal).

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