10.06.2016 Views

eldo_user

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Eldo Control Language<br />

Library of Functions for Tasks<br />

"double_mag_db" for double precision floating point magnitude values (in dB).<br />

"double_phase" for double precision floating point phase values (in radians).<br />

"double_phased" for double precision floating point phase values (in degrees)<br />

"double_phaseg" for double precision floating point phase values (in gradians).<br />

"double_temperatureC" for double precision floating point temperature values<br />

(in Celsius).<br />

"double_temperatureK" for double precision floating point temperature values<br />

(in Kelvin).<br />

"double_time" for double precision floating point time values (in s).<br />

"double_voltage" for double precision floating point voltage values (in V).<br />

"long" for integer values with no specific unit.<br />

"long_index" for integer values representing an index.<br />

"noise" for double precision floating point noise values (in dBc).<br />

"std_logic" for std_logic values with the following mapping: {0 "'U'"} {1 "'X'"} {2<br />

"'0'"} {3 "'1'"} {4 "'Z'"} {5 "'W'"} {6 "'L'"} {7 "'H'"} {8 "'-'"}).<br />

Any data type created with wcreate_data_type.<br />

Note<br />

Creating a waveform with "double_phase" as y_data_type only means that the<br />

values passed in y_values (or in a further call to wset_values) are given in radians; it<br />

won’t modify your EZwave display preferences. When displaying the waveform in<br />

EZwave, the y-axis may still be scaled in degrees if it is your preferential unit for phase<br />

data.<br />

• "options"<br />

Is a list of options (can be empty) among the following ones:<br />

"-Type analog" to specify a continuous drawing mode.<br />

"-Type step" to specify a sampled drawing mode.<br />

"-Type histogram" to specify a histogram drawing mode.<br />

"-Type scatter" to specify a scattered drawing mode.<br />

"-Type spectral" to specify a spectral drawing mode.<br />

"-Type railroad" to specify a one-dimension drawing mode.<br />

"-LINEAR_X" to specify a linear scale for the x-axis.<br />

"-LOG_X" to specify a logarithmic scale for the x-axis.<br />

"-LOG2_X" to specify a logarithmic scale (base 2) for the x-axis.<br />

"-LINEAR_Y" to specify a linear scale for the y-axis.<br />

"-LOG_Y" to specify a logarithmic scale for the y-axis.<br />

Eldo® User's Manual, 15.3 989

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!