RFmxTDSCDMA PVT Fetch Segment Measurement VI
- Updated2025-04-08
- 4 minute(s) read
Returns the status of a specific power versus time (PVT) measurement segment along with the measured segment powers.
Use "segment<n>" as the selector string to read this VI.

Inputs/Outputs
![]() Selector String specifies a selector string comprising of the signal name, result name, and segment number. If you do not specify the signal name, the default signal instance is used. If you do not specify the result name, the default result instance is used. Examples: "segment0" "signal::sig1/segment0" "result::r1/segment0" "signal::sig1/result::r1/segment0" You can use the RFmxTDSCDMA Build Segment String VI to build the selector string. ![]() Instrument Handle In specifies the RFmx session refnum. Instrument Handle In is obtained from the RFmxInstr Initialize NIRFSA VI. ![]() Timeout specifies the timeout for fetching the specified measurement. This value is expressed in seconds. Set this value to an appropriate time, longer than expected for fetching the measurement. A value of -1 specifies that the VI waits until the measurement is complete. The default value is 10. ![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() Segment Mean Absolute Power returns the mean measured power corresponding to the Segment Margin parameter. This value is expressed in dBm. ![]() Instrument Handle Out passes a reference to your RFmx session to the next VI. ![]() Segment Status returns the measurement status for an individual PVT measurement segment.
![]() Segment Margin returns the power margin for an individual PVT measurement segment, which is the minimum power distance to the power limit measured within the PVT measurement segment. This value is expressed in dB. ![]() Segment Margin Time returns the position in time corresponding to the Segment Margin parameter. This value is expressed in seconds. ![]() error out returns error information. This output provides standard error out functionality. ![]() Segment Maximum Absolute Power returns the maximum measured power of an individual PVT measurement segment. This value is expressed in dBm. ![]() Segment Minimum Absolute Power returns the minimum measured power of an individual PVT measurement segment. This value is expressed in dBm. |