nitypes.waveform.DigitalWaveformTestResult

class nitypes.waveform.DigitalWaveformTestResult

A test result from comparing a digital waveform against an expected digital waveform.

property success: bool

True if the test is successful, False if the test failed.

Return type:

bool

failures: collections.abc.Sequence[DigitalWaveformFailure]

A collection of test failure information.