Override 'Invalid' status of a signal

Signature

SetInvalidStatus(signal, isInvalid)

Description

Overrides the 'Invalid' status of a signal.

Result

The original signal values with the status flag being changed according to the isInvalid argument.

Arguments

 

signal

Signal for which the 'Invalid' status shall be changed.

isInvalid

A signal which defines the validity of the result. If isInvalid is true (or unequal 0), the result is marked as invalid. If isInvalid is false (or equal 0), the result is marked as valid. If the value of isInvalid itself is not valid, signal is returned unchanged.