Sends a command to the device under test (DUT) to start the receiver test.

Syntax

Namespace: NationalInstruments.BluetoothDtm

public int HciLEEnhancedReceiverTest(int channelNumber, BluetoothDtmModulationIndex modulationIndex, BluetoothDtmReceiverPhy phy, out int status)

Parameters

NameTypeDescription
channelNumberint

Specifies the Bluetooth transmit channel number of the generated signal. The default value is 0.

modulationIndexBluetoothDtmModulationIndex

Specifies the type of modulation index at the generator. The default value is Standard.

phyBluetoothDtmReceiverPhy

Specifies the type of the generated packet by the physical layer of the DUT. The default value is Phy_1Mbps.

statusout int

Returns the status of the receiver test command. The DUT receives and executes the receiver test command if the status parameter returns a 0x00 value. The receiver test command fails if the status parameter returns a non-zero (0x01-0xFF) value.

Returns

Returns the status code of this method. The status code either indicates success or describes a warning condition.