NI-RFPM Fetch Single S-Parameter Measurement VI
- Updated2023-12-28
- 7 minute(s) read
NI-RFPM Fetch Single S-Parameter Measurement VI
Installed With: NI-RFPMFetches a single S-parameter measurement result from the last completed measurement.
NI-RFPM Fetch Single S-Parameter Measurement Double
Fetches a single double-precision floating point S-parameter measurement result from the last completed measurement, along with frequency points and port powers.
![]() |
instrument handle identifies your instrument session. instrument handle is obtained from the NI-RFPM Init With Resources VI and identifies a particular instrument session. |
||||||
![]() |
Stimulus Port specifies the stimulus port, which is the second number of the S-parameter. Stimulus Port uses absolute port numbers. |
||||||
![]() |
format specifies the format in which to fetch the data.
|
||||||
![]() |
Response Port specifies the response port, which is the first number of the S-parameter. Response Port uses absolute port numbers. |
||||||
![]() |
The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
|
||||||
![]() |
Timeout specifies the time to wait for the operation to complete before returning an error, expressed in seconds. |
||||||
![]() |
instrument handle out passes a reference to your instrument session to the next VI. instrument handle out is obtained from the NI-RFPM Init With Resources VI and identifies a particular instrument session. |
||||||
![]() |
data returns the measurement data as a 1-D double array of S-parameter measurements per measurement point in the specified format. |
||||||
![]() |
frequency returns a 1-D double array of frequencies for each measurement point, in Hz. |
||||||
![]() |
powerreturns a 1-D double array of power levels used at the stimulus port for each measurement point, in dBm. |
||||||
![]() |
The error out cluster passes error or warning information out of a VI to be used by other VIs. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
|
NI-RFPM Fetch Single S-Parameter Measurement Complex
Fetches a single complex double-precision floating point S-parameter measurement result from the last completed measurement, along with frequency points and port powers.
![]() |
instrument handle identifies your instrument session. instrument handle is obtained from the NI-RFPM Init With Resources VI and identifies a particular instrument session. |
||||||
![]() |
Stimulus Port specifies the stimulus port, which is the second number of the S-parameter. Stimulus Port uses absolute port numbers. |
||||||
![]() |
format specifies the format in which to fetch the data, which is coefficient.
|
||||||
![]() |
Response Port specifies the response port, which is the first number of the S-parameter. Response Port uses absolute port numbers. |
||||||
![]() |
The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.
|
||||||
![]() |
Timeout specifies the time to wait for the operation to complete before returning an error, expressed in seconds. |
||||||
![]() |
instrument handle out passes a reference to your instrument session to the next VI. instrument handle out is obtained from the NI-RFPM Init With Resources VI and identifies a particular instrument session. |
||||||
![]() |
data returns the measurement data as a 1-D IQ complex data array. |
||||||
![]() |
frequency returns a 1-D double array of frequencies for each measurement point, in Hz. |
||||||
![]() |
powerreturns a 1-D double array of power levels used at the stimulus port for each measurement point, in dBm. |
||||||
![]() |
The error out cluster passes error or warning information out of a VI to be used by other VIs. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
|