AdvancedParameterAccessKey Class#
Inheritance Hierarchy#
System.Object
Basler.Pylon.AdvancedParameterAccessKey
Syntax#
C#
VB
The AdvancedParameterAccessKey type exposes the following members.
Properties#
Name | Description | |
---|---|---|
AccessMode | The access mode of the parameter. The AccessMode parameter is writable. Valid values are NI (not implemented), NA (not available), WO (write only), RO (read only), and RW (read/write). | |
CachingMode | Information on the caching mode. | |
Description | The description of the parameter. | |
DevicePortName | The name of the device port. | |
DisplayName | The displayed name of the parameter. | |
DisplayNotation | Indicates how the parameter should be displayed. | |
DisplayPrecision | The precision that should be used to display the parameter. | |
DocuURL | The URL of the documentation. | |
EventID | The event identifier. | |
IsAccessModeCacheable | Indicates if the access mode value of the parameter is cacheable. | |
IsCacheable | Indicates if the parameter value is cacheable. | |
IsDeprecated | Indicates if the parameter is deprecated. | |
IsFeature | Indicates if the parameter is a feature or an internal parameter. | |
IsStreamable | Indicates if the parameter is streamable. | |
Namespace | The namespace defining the parameter name. | |
PollingTime | The interval between polling for the parameter value. | |
PrincipalInterfaceType | The type of the principal interface. | |
Representation | The string representation of the parameter value, depending on the parameter type (e.g. fixed or scientific notation for float parameters). | |
ShortDescription | The short description of the parameter, e.g. for display in a tool tip. | |
Unit | The unit of the parameter. | |
Visibility | The visibility level of the parameter. The Visibility parameter is writable. Valid values are 'Beginner', 'Expert', 'Guru', and 'Invisible'. |
AdvancedParameterAccessKey.AccessMode Property#
The access mode of the parameter. The AccessMode parameter is writable. Valid values are NI (not implemented), NA (not available), WO (write only), RO (read only), and RW (read/write).
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.CachingMode Property#
Information on the caching mode.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.Description Property#
The description of the parameter.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.DevicePortName Property#
The name of the device port.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.DisplayName Property#
The displayed name of the parameter.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.DisplayNotation Property#
Indicates how the parameter should be displayed.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.DisplayPrecision Property#
The precision that should be used to display the parameter.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.DocuURL Property#
The URL of the documentation.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.EventID Property#
The event identifier.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.IsAccessModeCacheable Property#
Indicates if the access mode value of the parameter is cacheable.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.IsCacheable Property#
Indicates if the parameter value is cacheable.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.IsDeprecated Property#
Indicates if the parameter is deprecated.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.IsFeature Property#
Indicates if the parameter is a feature or an internal parameter.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.IsStreamable Property#
Indicates if the parameter is streamable.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.Namespace Property#
The namespace defining the parameter name.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.PollingTime Property#
The interval between polling for the parameter value.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.PrincipalInterfaceType Property#
The type of the principal interface.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.Representation Property#
The string representation of the parameter value, depending on the parameter type (e.g. fixed or scientific notation for float parameters).
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.ShortDescription Property#
The short description of the parameter, e.g. for display in a tool tip.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.Unit Property#
The unit of the parameter.
Syntax#
C#
VB
Property Value#
Type: String
AdvancedParameterAccessKey.Visibility Property#
The visibility level of the parameter. The Visibility parameter is writable. Valid values are 'Beginner', 'Expert', 'Guru', and 'Invisible'.
Syntax#
C#
VB
Property Value#
Type: String