Override 'NoValue' status of a signal

Signature

SetNoValueStatus(signal, isNoValue)

Description

Selectively overrides the 'No Value status of samples specified by isNoValue.

Result

The original signal, with the status flag being changed according to the isNoValue argument.

Arguments

 

signal

Signal for which 'NoValue' status must be changed.

isNoValue

A signal which defines the availability of the result. If isNoValue is true (or unequal 0), the result is marked as not available. If isNoValue is false (or equal 0), the result is marked as available. If the value of isNoValue is invalid, signal is returned unchanged.