Creates an s-parameter de-embedding table for the port from the input data.

If you only create one table for a port, NI-RFSG automatically selects that table to de-embed the generation.

Supported Devices: PXIe-5830/5831/5832/5840/5841/5842/5860


icon

Inputs/Outputs

  • c3dcdb.png S-parameter table

    S-parameter table specifies the S-parameters for each frequency. The first index indicates which frequency the entry is for. The second index is the target port for the S-parameter and the third index is the the source port. For example, to index the s21 parameter for the fourth frequency in the table, you would use {3, 1, 0} as the indexes since they are zero-based.

  • civrn.png instrument handle

    instrument handle identifies your instrument session. instrument handle is obtained from either the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • cstr.png port

    port specifies the name of the port. The only valid value for the PXIe-5840/5841 is "" (empty string).

  • cstr.png table name

    table name specifies the name of the table. The name must be unique for a given port, but not across ports. If you use the same name as an existing table, the table is replaced.

  • c1ddbl.png frequencies

    frequencies specifies the frequencies for the S-parameter table rows. Frequencies must be unique and in ascending order.

  • cerrcodeclst.png error in

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

  • ci32.png S-parameters orientation

    S-parameters orientation specifies the orientation of the data in the S2P file relative to the port on the DUT port. The default value is Port2 Towards DUT.

    Port1 Towards DUT (24000)

    Port 1 of the S2P is oriented towards the DUT port.

    Port2 Towards DUT (24001)

    Port 2 of the S2P is oriented towards the DUT port.

  • iivrn.png instrument handle out

    instrument handle out passes a reference to your instrument session to the next VI. instrument handle out is obtained from the niRFSG Initialize VI or the niRFSG Initialize With Options VI.

  • ierrcodeclst.png error out

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