OPC Studio User's Guide and Reference
OffY1Limit Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > LinearConverter Class : OffY1Limit Property
Inverse conversion behavior when the input value is off the X1 limit.
Syntax
'Declaration
 
Public Property OffY1Limit As OffLimitBehavior
'Usage
 
Dim instance As LinearConverter
Dim value As OffLimitBehavior
 
instance.OffY1Limit = value
 
value = instance.OffY1Limit
public OffLimitBehavior OffY1Limit {get; set;}
public:
property OffLimitBehavior OffY1Limit {
   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