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


icon

Inputs/Outputs

  • cvsrn.png VISA resource name

    VISA resource name specifies the resource name corresponding to the DUT.

  • ci32.png channel number

    channel number specifies the Bluetooth transmit channel number of the signal generated by the DUT. The default value is 0.

  • ci32.png payload length (bytes)

    payload length specifies the length of payload data in each packet that the DUT transmits. This value is expressed in bytes. The default value is 37.

  • ci32.png LE pattern type

    LE pattern type specifies the type of payload to use for the LE packet. The default value is PRBS9. Payload type values of PRBS9, 11110000, and 10101010 must be supported by the DUT. The remaining payload type values are optional.

    PRBS9 (0)

    Specifies that the bit sequence is PRBS9.

    11110000 (1)

    Specifies that the bit sequence is 11110000.

    10101010 (2)

    Specifies that the bit sequence is 10101010.

    PRBS15 (3)

    Specifies that the bit sequence is PRBS15.

    11111111 (4)

    Specifies that the bit sequence is 11111111.

    00000000 (5)

    Specifies that the bit sequence is 00000000.

    00001111 (6)

    Specifies that the bit sequence is 00001111.

    01010101 (7)

    Specifies that the bit sequence is 01010101.

  • cerrcodeclst.png error in

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • ivsrn.png VISA resource name out

    VISA resource name out returns the resource name to which a VISA session is opened and the resource class. The class name matches the VISA resource name parameter.

  • ii32.png status

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

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.