class SCPIregexLibrary

Introduction

SCPIregexLibrary provides access to regular expressions used across mrSCPI. Many of them are related to SCPI and IEEE 488.2-1992, and are thus useful for scripts using mrSCPI. Others are related to generic text processing as it relates to SCPI results or internals. Regular expressions may be naturally anchored (available via the a member) or unanchored (available via the u member).

Use

The SCPIregexLibrary is a Singleton. The normal way to use it is as follows

aString.match?(SCPIregexLibrary.instance.a(:split_line))

Available Regexes