OPC Studio User's Guide and Reference
InstrumentRange Property (UAAnalogItemNode<TValue,TAttribute>)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.DataAccess Namespace > UAAnalogItemNode<TValue,TAttribute> Class : InstrumentRange Property
Defines the value range that can be returned by the instrument.
Syntax
'Declaration
 
<CanBeNullAttribute()>
<MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")>
<UANodeAttribute(".[InstrumentRange]")>
<UADataAttribute()>
Public Property InstrumentRange As UARange
 
'Usage
 
Dim instance As UAAnalogItemNode(Of TValue,TAttribute)
Dim value As UARange
 
instance.InstrumentRange = value
 
value = instance.InstrumentRange

Property Value

This value of this property can be null (Nothing in Visual Basic).

The default value of this property is null.

Remarks
Example: InstrumentRange ::= {-9999.9, 9999.9}
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