Variable class/I/O.Alias Access Type property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 4F483C91
Scope Basic Development Environment
Data Name IO.AliasAccessType
Short Name* I/O.AliasAccessType
Long Name* I/O:Alias Access Type
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 81
Owning Class Name Variable Class
Data Type Enum U32 data type

Enum U32

Property Node I/O:Alias Access Type
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

Gets or sets the access setting of an I/O alias. The default is Read/Write.

This property returns an error when called on a non-alias I/O variable.

Values
0 Read Only—The I/O alias can only be read from the current VI.
1 Write Only—The I/O alias can only be written from the current VI.
2 Read/Write—The I/O alias can be read or written from the current VI.

Uses

History

Version Change(s)
LabVIEW 2009 This property was added in LabVIEW 2009.

See Also

External Links