spnValidation: Validation of Spectrino

Description Usage Arguments Value Author(s) Examples

Description

Spectrino validation - not conclusive, it tests only the most common functions and modes. If both Spec and Block are FALSE, it tests only the Spectrino object, connection and Spectrino app. presence.

Usage

1
spnValidation(Spec, Block)

Arguments

Spec

- logical (default is TRUE) option to include (or not) a test of most used spectral commands

Block

- logical (default is TRUE) option to include (or not) a test of most used block of prop. commands

Value

spnValidation - If it gets back "Validation confirmed" you have very good chances that Spectrino might work, otherwise you will have the error with a number (see the code).

Author(s)

Teodor Krastev

Examples

1
2
3
4
5
6
7
8
# Initialization of Spectrino 
spnNew() 

# test of the Spectrino object, connection and Spectrino app. presence
spnValidation(FALSE,FALSE)

# Release of Spectrino
spnFree(TRUE)

spectrino documentation built on June 4, 2019, 1:02 a.m.