NI-RFPM API Reference

Table of Contents

NIRfpm.Identity Property

  • Updated2023-12-28
  • 1 minute(s) read
NIRfpm.Identity Property

NIRfpmIdentity Property

Gets an RfpmDriverIdentity object which defines the methods and properties for identifying the NI-RFPM driver.

Namespace:  NationalInstruments.ModularInstruments.NIRfpm
Assembly:  NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023

Syntax

public RfpmDriverIdentity Identity { get; }
Public ReadOnly Property Identity As RfpmDriverIdentity
	Get

Property Value

Type: RfpmDriverIdentity
An RfpmDriverIdentity object.

Exceptions

ExceptionCondition
ObjectDisposedExceptionIdentity was accessed after the associated NIRfpm object was disposed.

See Also

Log in to get a better experience