NIRfsa Namespace

Table of Contents

RfsaDriverUtility.EnableSessionAccess Method

  • Updated2025-05-22
  • 1 minute(s) read
RfsaDriverUtility.EnableSessionAccess Method

RfsaDriverUtilityEnableSessionAccess Method

Enables or disables the Soft Front Panel (SFP) session access for the instrument specified by this NIRfsa session.

Namespace: NationalInstruments.ModularInstruments.NIRfsa
Assembly: NationalInstruments.ModularInstruments.NIRfsa.Fx45 (in NationalInstruments.ModularInstruments.NIRfsa.Fx45.dll) Version: 2025

Syntax

public void EnableSessionAccess(
	bool enable
)
Public Sub EnableSessionAccess ( 
	enable As Boolean
)

Parameters

enable  Boolean
Specifies whether to enable or disable the SFP session access for the specified device.

Field Value

if the SFP session access is enabled; otherwise, .

Exceptions

ExceptionCondition
ObjectDisposedException The EnableSessionAccess(Boolean) method was accessed after the associated NIRfsa object was disposed.

Remarks

SFP session access allows the NI-RFSA SFP to access a device with an existing open session and can help you debug your code.

For more information about SFP session access, refer to the Configuring SFP Session Access in LabWindows/CVI or C topic in the NI RF Vector Signal Analyzers Help.

Supported Devices: NI 5600/5601/5603/5605/5606 (external digitizer mode), NI 5644R/5645R/5646R, NI 5661/5663/5663E/5665/5667/5668R, NI 5693/5694

See Also

Log in to get a better experience