Init.vi¶
Description¶
Perform a global initialization of LabSSH.
This must be called once, and only once, before using any other LabSSH VIs.
Inputs¶
License File Path Override¶
Required: | No |
---|---|
Default: | Empty Path |
Override the default path to where license file resides. LabSSH will initialize with the license file here.
If value is Empty Path , the default license file path is searched, e.g.
C:\Program Files\National Instruments\LabVIEW 2017\vi.lib\Labwerx\labSSH\labSSH.lic
error in¶
Required: | No |
---|---|
Default: | No Error |
Incoming error from previous VI call. Is passed through to error out.
Warning
LabVIEW will not execute Call Library Function Node if there is an error present on the wire. Ensure that there is no error prior to calling this VI – unexpected behavior will occur.