Skip to contents

Data im- & export in UNF file

Usage

read_UNF(fn_UNF)

read_UNF_scp(fn_UNF, ip_Host, str_Username, str_Password)

write_UNF(data_Export, fn_UNF)

Arguments

fn_UNF

string, name of the UNF file

ip_Host

string, the name of the remote host or its IP address

str_Username

string, the name of the user on the remote machine

str_Password

string, a password for accessing the local SSH key

data_Export

vector, data, that would exported

Value

vector of numric or integer by read, UNF file by write

UNF Format

  • UNF0 / UNF8: numeric with 4 / 8 Bytes,

  • UNF1, UNF2 / UNF4: integer with 1, 2, / 4 Bytes

Read & Write

  • Read data from UNF file

  • Write data to UNF file