Skip to content

Assets and Type Support

Tom McQuillan edited this page Jul 4, 2025 · 3 revisions

Public Asset Functions

  • Create Asset (Nominal Client.lvclass:asset.create.vi)
  • Get Assets (Poly) (Nominal Client.lvclass:asset.get_poly.vi) This function accepts a single RID string or an array of RID strings
  • Archive Asset (asset.lvclass:archive.vi)
  • Unarchive Asset (asset.lvclass:unarchive.vi)
  • Add DataScopes to Asset (asset.lvclass:dataScopes.add.vi)
  • Remove Type from Asset (asset.lvclass:type.remove.vi)
  • Get Asset Properties (asset.lvclass:property.get.vi) From the functions palette, this function will drop a property node
    • attachments
    • createdAt
    • createdBy
    • datascopes
    • description
    • isArchived
    • isStaged
    • labels
    • Links
    • properties
    • rid
    • title
    • type
    • updatedAt
  • Set Asset Properties (asset.property.set.vi) From the functions palette, this function will drop a property node
    • datascopes
    • description
    • isStaged
    • labels
    • Links
    • properties
    • title
    • type

This method is deliberately broken and is therefore not part of the class

Public Type Functions

  • Create Type (Nominal Client.lvclass:type.create.vi)

  • Get Type (Nominal Client.lvclass:type.get.vi)

  • Delete Type (type.lvclass:delete.vi)

  • Archive Type (type.lvclass:archive.vi)

  • Unarchive Type (type.lvclass:unarchive.vi)

  • Get Type Properties (type.lvclass:property.get.vi) From the functions palette, this function will drop a property node

    • createdAt
    • datasourceConfigs
    • description
    • iconName
    • name
    • propertyConfigs
    • rid
  • Set Type Properties (type.property.set.vi) From the functions palette, this function will drop a property node

    • datasourceConfigs
    • description
    • iconName
    • name
    • propertyConfigs

This method is deliberately broken and is therefore not part of the class

Clone this wiki locally