NI-RFPM API Reference

Table of Contents

NIRfpm.RfsaSession Property

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

NIRfpmRfsaSession Property

Gets an NIRfsa session object representing the underlying NI-RFSA session used by NI-RFPM.

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

Syntax

public NIRfsa RfsaSession { get; }
Public ReadOnly Property RfsaSession As NIRfsa
	Get

Property Value

Type: NIRfsa
An NIRfsa session object used by NI-RFPM.

Exceptions

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

Remarks

If you construct an NIRfpm object using a constructor overload that takes an NIRfsa session object as a parameter, this property will return a reference to that object; otherwise, it will return a new NIRfsa session object after querying the driver for the underlying session handle.

See Also

Log in to get a better experience