OPC Studio User's Guide and Reference
OffY2Limit Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : OffY2Limit Property
Inverse conversion behavior when the input value is off the X2 limit.
Syntax
'Declaration
 
Public Property OffY2Limit As OffLimitBehavior
'Usage
 
Dim instance As LinearConverter
Dim value As OffLimitBehavior
 
instance.OffY2Limit = value
 
value = instance.OffY2Limit
public OffLimitBehavior OffY2Limit {get; set;}
public:
property OffLimitBehavior OffY2Limit {
   OffLimitBehavior get();
   void set (    OffLimitBehavior value);
}

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