Skip to content

Add the option to create Property Node methods with a Get/Set prefix (instead of Read/Write) #93

@StefanCals

Description

@StefanCals

When creating a new Property Node method, I can only select :

  • Read Property
  • Write Property

image

Depending on what I chose here, my method will get the prefix "Read" or "Write".

I would like to see the option to have this prefix be "Get" or "Set".

Either the option to change it here :
image

or possibly a Boolean selector somewhere to change between Read/Write and Get/Set.


I know this is personal preference and LabVIEW native also calls them Read/Write.
But I prefer to use the term Read\Write to the VIs that interact with instruments.
And prefer to use the term Get\Set to VIs that interact with a class (attribute accessors).

For example:
The accessor name ‘Read Data’ will make me think that this VI will read Data from an Instrument.
So I prefer ‘Get Data’ instead, because it's stored in the attributes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions