Node Documentation¶
This section describes all the nodes in the Quantum Analyzer Module node tree organized by branch.
clearhistory¶
/clearhistory ¶
Properties: Read, Write
Type: Integer (64 bit)
Unit: None
Remove all records from the history list.
historylength¶
/historylength ¶
Properties: Read, Write
Type: Integer (64 bit)
Unit: None
Maximum number of entries stored in the measurement history.
rotation¶
/rotation ¶
Properties: Read, Write
Type: Double
Unit: None
Rotation angle applied to the recorded complex values.
save¶
/save/csvlocale ¶
Properties: Read, Write
Type: String
Unit: None
The locale to use for the decimal point character and digit grouping character for numerical values in CSV files: "C": Dot for the decimal point and no digit grouping (default); "" (empty string): Use the symbols set in the language and region settings of the computer.
/save/csvseparator ¶
Properties: Read, Write
Type: String
Unit: None
The character to use as CSV separator when saving files in this format.
/save/directory ¶
Properties: Read, Write
Type: String
Unit: None
The base directory where files are saved.
/save/fileformat ¶
Properties: Read, Write
Type: Integer (enumerated)
Unit: None
The format of the file for saving data.
Value | Description |
---|---|
0 | "mat": MATLAB |
1 | "csv": CSV |
2 | "zview": ZView (Impedance data only) |
3 | "sxm": SXM (Image format) |
4 | "hdf5": HDF5 |
/save/filename ¶
Properties: Read, Write
Type: String
Unit: None
Defines the sub-directory where files are saved. The actual sub-directory has this name with a sequence count (per save) appended, e.g. daq_000.
/save/save ¶
Properties: Read, Write
Type: Integer (64 bit)
Unit: None
Initiate the saving of data to file. The saving is done in the background. When the save has finished, the module resets this parameter to 0.
/save/saveonread ¶
Properties: Read, Write
Type: Integer (64 bit)
Unit: None
Automatically save the data to file immediately before reading out the data from the module using the read() command. Set this parameter to 1 if you want to save data to file when running the module continuously and performing intermediate reads.
scalingi¶
/scalingi ¶
Properties: Read, Write
Type: Double
Unit: None
Scaling factor applied to the I component of the recorded data points.
scalingq¶
/scalingq ¶
Properties: Read, Write
Type: Double
Unit: None
Scaling factor applied to the Q component of the recorded data points.
shifti¶
/shifti ¶
Properties: Read, Write
Type: Double
Unit: None
Translation shift applied to the I component of the recorded data points.
shiftq¶
/shiftq ¶
Properties: Read, Write
Type: Double
Unit: None
Translation shift applied to the Q component of the recorded data points.