NIRfpm.RfsgSession Property
- Updated2023-12-28
- 1 minute(s) read
NIRfpmRfsgSession Property
Gets an NIRfsg session object representing the underlying NI-RFSG session used by NI-RFPM.
Namespace: NationalInstruments.ModularInstruments.NIRfpm
Assembly: NationalInstruments.ModularInstruments.NIRfpm.Fx40 (in NationalInstruments.ModularInstruments.NIRfpm.Fx40.dll) Version: 2023
Syntax
public NIRfsg RfsgSession { get; }
Public ReadOnly Property RfsgSession As NIRfsg Get
Property Value
Type: NIRfsgAn NIRfsg session object used by NI-RFPM.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | RfsgSession was accessed after the associated NIRfpm object was disposed. |
Remarks
If you construct an NIRfpm object using a constructor overload that takes an
NIRfsg session object as a parameter, this property will return a
reference to that object; otherwise, it will return a new NIRfsg session object
after querying the driver for the underlying session handle.