Sie sind auf Seite 1von 40

EasyDsoLib

V1.10
Release Notes

Content
Parameter explain..............................................................................................................................4
GetProductType...............................................................................................................................5
IsHasConnect...................................................................................................................................5
BindDso.............................................................................................................................................6
UnBindDso.........................................................................................................................................6
GetParameter_CH1_AllWaveData...................................................................................................6
GetParameter_CH2_AllWaveData...................................................................................................7
GetParameter_SettingData...........................................................................................................7
SendParameter_SettingData..............................................................................................................8
GetParameter_CH1_WaveData_And_wavepnt ................................................................................8
GetParameter_CH2_WaveData_And_wavepnt ................................................................................9
HorizontalMenuButton .....................................................................................................................9
MeasureButton................................................................................................................................10
AcquireButton.................................................................................................................................10
DisplayButton .................................................................................................................................11
SaveRecallButton............................................................................................................................11
UtilityButton ...................................................................................................................................11
TrigMenuButton .............................................................................................................................12
DefaultSetupButton.........................................................................................................................12
AutoButton......................................................................................................................................13
Setto50Button .................................................................................................................................13
ForceButton.....................................................................................................................................14
CursorsButton .................................................................................................................................14
SingleButton ...................................................................................................................................14
Ch1Button .......................................................................................................................................15
RefButton........................................................................................................................................15
MathButton .....................................................................................................................................16
Ch2Button .......................................................................................................................................16
MenuButton1 MenuButton5 ...............................................................................................17
DeltaposHorizontalLargeSpin.........................................................................................................17
DeltaposHorizontalSmallSpin.........................................................................................................18
DeltaposCh1VerLargeSpin and DeltaposCh2VerLargeSpin........................................................18
DeltaposCh1VerSmallSpin and DeltaposCh2VerSmallSpin ...........................................................19
DeltaposAllCanSpin........................................................................................................................19
DeltaposLevelSpin ..........................................................................................................................19
Get_Vol_Level_TimeBase..............................................................................................................20
measure_basic .................................................................................................................................20
transform_basic...............................................................................................................................21
transform_vpp .................................................................................................................................22
measure_get_vtop ...........................................................................................................................22
transform_vtop................................................................................................................................23
measure_get_vbase .........................................................................................................................23

transform_vbase ..............................................................................................................................24
measure_get_prid............................................................................................................................24
transform_prid.................................................................................................................................25
transform_Freq................................................................................................................................25
measure_get_vamp .........................................................................................................................26
transform_vamp ..............................................................................................................................26
measure_get_rise_and_fall_time.....................................................................................................27
transform_rise_fall_time.................................................................................................................27
measure_get_ROVShoot and transform_ROVShoot .....................................................................28
measure_get_RPREShoot and transform_RPREShoot...................................................................28
measure_get_FOVShoot and transform_FOVShoot.......................................................................29
measure_get_FPREShoot and transform_FPREShoot....................................................................29
measure_get_c_avg and transform_c_ave ......................................................................................30
measure_get_Vmean and transform_Vmean ..................................................................................31
measure_get_vrms and transform_vrms .........................................................................................31
measure_get_c_rms and transform_c_rms......................................................................................32
measure_get_Pos_and_Neg_width and transform_Pos_Neg_width...............................................33
transform_Pos_Neg_Dut.................................................................................................................33
measure_get_burst_width and transform_burst_width ...................................................................34
measure_get_frr and transform_frr .................................................................................................35
measure_get_frf and transform_frf .................................................................................................35
measure_get_ffr and transform_ffr .................................................................................................36
measure_get_fff and transform_fff .................................................................................................36
measure_get_lrr and transform_lrr..................................................................................................37
measure_get_lrf and transform_lrf..................................................................................................38
measure_get_lfr and transform_lfr..................................................................................................38
measure_get_lff and transform_lff..................................................................................................39
measure_get_phase and transform_phase .......................................................................................40

Parameter explain
CH1WaveDataBuf

A point to a char[4000] that will receive the data

of the wave.

CH2WaveDataBuf

A point to a char[4000] that will receive the data

of the wave.

SettingDataBuf:

A point to a char[2500] that will receive the

data of the configure.

Wavepnt:

Dot of get from Oscilloscope.

Numdata

Dot of get from Oscilloscope.

Channel

Channel.

Voltage

The value of voltage

TimeBase

The value of timebase.

EleLevel:

The value of level.

VoltageUnit

The unit of voltage.

TimeBaseUnit

The unit of timebase.

GetProductType

void GetProductType( char * DsoSwBersion, char * DsoHwBersion );


Function
Get the Product information .
FILE
dsopp_dll.h
Argument
DsoSwBersion

A point to a char[5] that storage software edition.

DsoHwBersion

A point to a char[10] that storage hardware edition.

Returned Values
NULL.

IsHasConnect
bool IsHasConnect( HWND hWnd );
Function
Detect connect USB .
FILE
dsopp_dll.h
Argument
hWnd

A handle to the parent window.

Returned Valued
If successful; otherwise 0.

BindDso
bool BindDso();
Function
Send to request communicate message.
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
If successful; otherwise 0.

UnBindDso
bool UnBindDso();
Function
Close the connect.
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
If successful; otherwise 0.

GetParameter_CH1_AllWaveData
bool GetParameter_CH1_AllWaveData( U_CHAR

* CH1AllWaveDataBuf );

Function
Get the data of ware.
FILE
dsopp_dll.h
Argument
CH1AllWaveDataBuf
of the wave .

A point to a char[4000] that will receive the data

Returned Valued
If successful; otherwise 0.

GetParameter_CH2_AllWaveData
bool GetParameter_CH2_AllWaveData( U_CHAR

*CH2AllWaveDataBuf );

Function
Get the data of wave.
FILE
dsopp_dll.h
Argument
CH1AllWaveDataBuf
of the wave .

A point to a char[4000] that will receive the data

Returned Valued
If successful; otherwise 0.

GetParameter_SettingData
bool GetParameter_SettingData( U_CHAR
Function
Get the data of configure.

*SettingDataBuf );

FILE
dsopp_dll.h
Argument
SettingDataBuf
of the configure.

A point to a char[2500] that will receive the data

Returned Valued
If successful; otherwise 0.

SendParameter_SettingData
bool SendParameter_SettingData();
Function
Send t the configure information to the equipment.
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
If successful; otherwise 0.

GetParameter_CH1_WaveData_And_wavepnt
bool GetParameter_CH1_WaveData_And_wavepnt( U_CHAR *WaveDataBuf, int
& Wavepnt );
Function
Get the wavepnt.
FILE
dsopp_dll.h

Argument
WaveDataBuf
of the configure.

A point to a char[2500] that will receive the data

Wavepnt

Dot of get from Oscilloscope.

Returned Valued
If successful; otherwise 0.

GetParameter_CH2_WaveData_And_wavepnt
bool GetParameter_CH2_WaveData_And_wavepnt( U_CHAR
& Wavepnt );

* WaveDataBuf, int

Function
Get the data of wave.
FILE
dsopp_dll.h
Argument
WaveDataBuf
of the configure.
Wavepnt

A point to a char[2500] that will receive the data


Dot of get from Oscilloscope.

Returned Valued
If successful; otherwise 0.

HorizontalMenuButton
bool HorizontalMenuButton();
Function
Answer HorizontalMenuButton
FILE
dsopp_dll.h

Argument
NULL
Returned Valued
NULL

MeasureButton
bool MeasureButton();
Function
Answer MeasureButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

AcquireButton
bool AcquireButton();
Function
Answer AcquireButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

DisplayButton
bool DisplayButton();
Function
Answer DisplayButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

SaveRecallButton
bool SaveRecallButton();
Function
Answer SaveRecallButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

UtilityButton
bool UtilityButton();
Function

Answer UtilityButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

TrigMenuButton
bool TrigMenuButton();
Function
Answer TrigMenuButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

DefaultSetupButton
bool DefaultSetupButton();
Function
Answer DefaultSetupButton
FILE
dsopp_dll.h
Argument
NULL

Returned Valued
NULL

AutoButton
bool AutoButton();
Function
Answer AutoButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

Setto50Button
bool Setto50Button();
Function
Answer Setto50Button
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

ForceButton
bool ForceButton();
Function
Answer ForceButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

CursorsButton
bool CursorsButton();
Function
Answer CursorsButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

SingleButton
bool SingleButton();
Function

Answer SingleButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

Ch1Button
bool Ch1Button();
Function
Answer Ch1Button
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

RefButton
bool RefButton();
Function
Answer RefButton
FILE
dsopp_dll.h

Argument
NULL
Returned Valued
NULL

MathButton
bool MathButton();
Function
Answer MathButton
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

Ch2Button
bool Ch2Button();
Function
Answer Ch2Button
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

MenuButton1 MenuButton5
bool MenuButton1();
bool MenuButton2();
bool MenuButton3();
bool MenuButton4();
bool MenuButton5();
Function
Answer the menu button.
FILE
dsopp_dll.h
Argument
NULL
Returned Valued
NULL

DeltaposHorizontalLargeSpin
bool DeltaposHorizontalLargeSpin( int KnobVal )
Function
Knob.
FILE
dsopp_dll.h
Argument
KnobVal
Returned Valued
NULL

Range

-100 ~ 100

DeltaposHorizontalSmallSpin
bool DeltaposHorizontalSmallSpin( int KnobVal );
Function
Knob
FILE
dsopp_dll.h
Argument
KnobVal

Rangle -1000~ 1000

Returned Valued
NULL

DeltaposCh1VerLargeSpin and DeltaposCh2VerLargeSpin


bool DeltaposCh1VerLargeSpin( int KnobVal );
bool DeltaposCh2VerLargeSpin( int KnobVal );

Function
Knob
FILE
dsopp_dll.h
Argument
KnobVal
Returned Valued
NULL

Range-100~ 100

DeltaposCh1VerSmallSpin and DeltaposCh2VerSmallSpin


bool DeltaposCh1VerSmallSpin( int KnobVal );
bool DeltaposCh2VerSmallSpin( int KnobVal );
Function
Knob
FILE
dsopp_dll.h
Argument
KnobVal

Range-1000~ 1000

Returned Valued
NULL

DeltaposAllCanSpin
bool DeltaposAllCanSpin( int KnobVal );
Function
Knob
FILE
dsopp_dll.h
Argument
KnobVal

Range-1000~ 1000

Returned Valued
NULL

DeltaposLevelSpin
bool DeltaposLevelSpin( int KnobVal );

Function

Knob
FILE
dsopp_dll.h
Argument
KnobVal

Range-1000~ 1000

Returned Valued
NULL

Get_Vol_Level_TimeBase
void Get_Vol_Level_TimeBase( int channel, double & Voltage, double & EleLevel,
double & TimeBase, char * VoltageUnit, char * TimeBaseUnit );
Function
Get the value of level , level and timebase.
FILE
dsopp_dll.h
Argument
channel
Voltage
EleLevel
TimeBase
VoltageUnit
TimeBaseUnit

Channel
the value of voltage.
the value of level.
the valude of timebase.
A point a char[5] that will receive unit of voltage.
A point a char[5] that will receive unit of timevase.

Returned Valued
NULL

measure_basic
void measure_basic( int channel, U_CHAR * WaveDataBuf, int datanum,
USHORT &uc_max, USHORT &uc_min );
Function
Get the max of voltage.

FILE
dsopp_dll.h
Argument
channel
WaveDataBuf
wave.
datanum
uc_max
uc_min
Returned Valued
NULL

Channel.
A point to a char[4000] that will receive data of
Dot of get from Oscilloscope.
The max value of voltage.
The min value of voltage.

transform_basic
void transform_basic( int channel ,USHORT uc_max, USHORT uc_min ,double
EleLevel,double Voltage, char * OldUnit, char * NewUnit, double & Vmax, double
& Vmin );
Function
Convert voltage
FILE
dsopp_dll.h
Argument
channel
uc_max
uc_min
EleLevel
Voltage
OldUnit
NewUnit
Vmax
Vmin
Returned Valued
NULL

Channel.

The value of level.


The value of voltage.
The unit of voltage.
The unit of voltage.
the max of voltage.
the min of voltage.

transform_vpp
void transform_vpp( double Vmax, double Vmin,char * OldUnit, char * NewUnit,
double & vpp );
Function
Get the value of vpp.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
vpp
Returned Valued
NULL

The value of vpp.

measure_get_vtop
int measure_get_vtop( int channel, U_CHAR * WaveDataBuf,int datanum,USHORT
&v_top );
Function
Convert the value of vtop.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
vtop
Returned Valued
NULL

the value of vtop.

transform_vtop
void transform_vtop ( int channel, USHORT v_top,double EleLevel,
double Voltage,char * VolUnit, char * VtopUnit, double & Vtop );
Function
Convert the value of vtop
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
vtop
Returned Valued
NULL

The value of vtop.

measure_get_vbase
int measure_get_vbase( int channel, U_CHAR * WaveDataBuf,int datanum,
USHORT &v_base );
Function
Get the value of vbase.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
vbase
Returned Valued
NULL

The value of vbase.

transform_vbase
void transform_vbase( int channel, USHORT v_vbase,double EleLevel,
double Voltage,char *VolUnit, char * VbaseUnit, double & Vbase );
Function
Convert the value of vbase.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
vbase
Returned Valued
NULL

The value of vbase.

measure_get_prid
int measure_get_prid( int channel, U_CHAR * WaveDataBuf,int datanum, USHORT
& v_period );
Function
Get the value of prid.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
v_period
Returned Valued
NULL

The value of period.

transform_prid
void transform_prid( int channel, USHORT v_period, double TimeBase,int wavepnt,
char * TimeBaseUnit, char * PridUnit, double & Period );
Function
Get the value of prid.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Period
Returned Valued
NULL

The value of period.

transform_Freq
void transform_Freq( double Period,char * PridUnit, char * FreqUnit,
double & Freq );
Function
Get the value of freq.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Freq
Returned Valued
NULL

The value of frep.

measure_get_vamp
int measure_get_vamp( int channel,U_CHAR * WaveDataBuf, int datanum,USHORT
&vamp, USHORT &HalfTopAndBase, USHORT &percent90Vamp,USHORT
&percent10Vamp );
Function
Get the value of vamp.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Vamp
Returned Valued
NULL.

The value of vamp.

transform_vamp
void transform_vamp( USHORT vamp, double Voltage,char * VolUnit,
char * VampUnit, double & Vamp );
Function
Convert the value of vamp.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Vamp
Returned Valued
NULL

The value of vamp.

measure_get_rise_and_fall_time
void measure_get_rise_and_fall_time( int channel,U_CHAR * WaveDataBuf,
int datanum,USHORT & fall, USHORT & rise );
Function
Get the value of rise and fall.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
fall
rise
Returned Valued
NULL.

The value of fall.


The value of rise.

transform_rise_fall_time
void transform_rise_fall_time( int channle, USHORT rise, USHORT fall, char *
TimeBaseUnit, char * RFUnit,double TimeBase, double & Rise,int wavepnt,
double & Fall );
Function
Convert the value of fall and rise.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
fall
rise
Returned Valued
NULL

The value of fall.


The value of rise.

measure_get_ROVShoot and transform_ROVShoot


void measure_get_ROVShoot( int channel,U_CHAR * WaveDataBuf,
int datanum,USHORT & ROVShoot );
void transform_ROVShoot( USHORT RovShoot, USHORT vamp,
double & rovshoot );
Function
Get the value of the rovshoot.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
ROVShoot
rovshoot

The value of ROVShoot.


The value of rovshoot.

Returned Valued
NULL

measure_get_RPREShoot and transform_RPREShoot


void measure_get_RPREShoot( int channel, U_CHAR * WaveDataBuf,
int datanum,USHORT & RPREShoot );
void transform_RPREShoot( USHORT RPREShoot, USHORT vamp,
double & rpreshoot );
Function
Get the value of RPREShoot.
Notes
The Parameter look for Parameter Explain.

FILE
dsopp_dll.h
Argument
RPREShoot
rpreshoot

The value of RPREShoot.


The value of rpreshoot.

Returned Valued
NULL

measure_get_FOVShoot and transform_FOVShoot


DSOPP_API_DLL void measure_get_FOVShoot( int channel,U_CHAR *
WaveDataBuf,int datanum,USHORT & FOVShoot );
DSOPP_API_DLL void transform_FOVShoot( USHORT FOVShoot,
USHORT vamp, double & fovshoot );
Function
Get the value of

fovshoot.

Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
FOVShoot
fov shoot

The value of FOVShoot.


The value of fovshoot.

Returned Valued
NULL

measure_get_FPREShoot and transform_FPREShoot


void measure_get_FPREShoot(int channel,U_CHAR * WaveDataBuf,
int datanum,USHORT & FPREShoot );

void transform_FPREShoot( USHORT FPREShoot, USHORT vamp,


double & fpreshoot );
Function
Get the value of FPREShoot.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
FPREShoot
fpreshoot

The value of FPREShoot.


The value of fpreshoot.

Returned Valued
NULL.

measure_get_c_avg and transform_c_ave


int measure_get_c_avg(int channel,U_CHAR * WaveDataBuf,
int datanum,USHORT & Vavg );
void transform_c_ave( USHORT Vavg, double EleLevel, double Voltage,
char * VoltageUnit,char * VavgUnit,double & vavg );
Function
Get the value of vavg.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Vavg
Vavg

The value of Vavg.


The value of vavg.

Returned Valued

measure_get_Vmean and transform_Vmean


void transform_Vmean( USHORT Vmean, double EleLevel, double Voltage,
char * VoltageUnit, char * VmeanUnit, double & vmean );
void transform_Vmean( USHORT Vmean, double EleLevel, double Voltage,
* VoltageUnit, char * VmeanUnit, double & vmean );

Function
Get the value of vmean
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
vmean
vmean

The value of vmean.


The value of vmean.

Returned Valued
NULL

measure_get_vrms and transform_vrms


void measure_get_vrms( int channel, U_CHAR * WaveDataBuf,
int datanum, USHORT & vrms );

void transform_vrms( USHORT Vrms, double EleLevel, double Voltage,


char * VoltageUnit, char * VrmsUnit,double & vrms );
Function
Get the value of vrms.

Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Vrms
vrms

The value of Vrms.


The value of vrms.

Returned Valued
NULL

measure_get_c_rms and transform_c_rms


int measure_get_c_rms( int channel ,U_CHAR * WaveDataBuf,
int datanum,USHORT & vrmsOf1 );
void transform_c_rms( USHORT VrmsOf1, double EleLevel, double Voltage,
char* VoltageUnit, char * VrmsUnit, double & vrmsof1 );
Function
Get the value of vrmsOf1.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Vrms of1
vrms of1
Returned Valued
NULL

The value of Vrmsof1.


The value of Vrmsof1.

measure_get_Pos_and_Neg_width

and

transform_Pos_Neg_width
void measure_get_Pos_and_Neg_width( int channel,U_CHAR * WaveDataBuf,
int datanum,USHORT & WidthPos, USHORT & WidthNeg);
void transform_Pos_Neg_width( USHORT WidthPos, USHORT WidthNeg, double
BaseTime,int wavepnt,char * BaseTimeUnit, char * PNUnit,double & widthpos,
double & widthneg );
Function
Get the value of widthpos and widthneg.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
Widthpos
WidthNeg
Widthpos
Widthneg

The
The
The
The

value
value
value
value

of
of
of
of

Widthpos
WidthNeg
Widthpos
WidthNeg

Returned Valued
NULL

transform_Pos_Neg_Dut
void transform_Pos_Neg_Dut( USHORT WidthPos, USHORT WidthNeg,
USHORT period, double & PosDut,double & NegDut);
Function
Get the value of NegDut.
Notes

The Parameter look for Parameter Explain.


FILE
dsopp_dll.h
Argument
Widthopos
WidthNeg
PosDut
NegDut

The
The
The
The

value
value
value
value

of
of
of
of

Widthpos.
WidthNeg.
PosDut.
NegDut.

Returned Valued
NULL

measure_get_burst_width and transform_burst_width


void measure_get_burst_width( int channel, U_CHAR * WaveDataBuf,
int datanum,USHORT & BurstWidth );
void transform_burst_width( USHORT BurstWidth, double BaseTime,
int wavepnt,char * BaseTimeUnit, char * BurstUnit,double&burst );
Function
Get the value BurstWidth.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
BurstWidth
burst
Returned Valued
NULL

The value of burstwidth.


The value of burst.

measure_get_frr and transform_frr


int measure_get_frr( int & FRR,U_CHAR * WaveCH1Data,
U_CHAR * WaveCH2Data, int wavepntch1 );
void transform_frr( int FRR, double BaseTime, int Wavepnt,
char * BaseTimeUnit, char * FrrUnit,double & frr );

Function
Get the value of frr.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
FRR
frr

The value of FRR.


The value of frr.

Returned Valued
NULL

measure_get_frf and transform_frf


int measure_get_frf( int & FRF,U_CHAR * WaveCH1Data,
U_CHAR * WaveCH2Data, int wavepntch1 );
void transform_frf( int FRF, double BaseTime,int Wavepnt, char *
BaseTimeUnit, char * FrfUnit,double & frf );
Function
Get the value of frf.
Notes
The Parameter look for Parameter Explain.

FILE
dsopp_dll.h
Argument
FRF
frf

The value of FRF.


The value of frf.

Returned Valued
NULL

measure_get_ffr and transform_ffr


int measure_get_ffr( int & FFR ,U_CHAR * WaveCH1Data,
U_CHAR * WaveCH2Data, int wavepntch1 );
void transform_ffr( int FFR, double BaseTime,int Wavepnt,
char * BaseTimeUnit, char * FfrUnit,double & ffr );
Function
Get the value of ffr.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
FFR
ffr

The value of FFR.


The value of ffr.

Returned Valued
NULL

measure_get_fff and transform_fff

int measure_get_fff( int & FFF,U_CHAR * WaveCH1Data,


U_CHAR * WaveCH2Data, int wavepntch1 );
void transform_fff( int FFF, double BaseTime,int Wavepnt,
char * BaseTimeUnit,char * FffUnit,double & fff );
Function
Get the value of fff.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
FFF
fff

The value of FFF.


The value of fff.

Returned Valued
NULL

measure_get_lrr and transform_lrr


int measure_get_lrr( int & LRR,U_CHAR * WaveCH1Data, U_CHAR * WaveCH2Data,
int wavepntch1 );
transform_lrr( int LRR, double Basetime, int Wavepnt,char * BaseTimeUnit,
char * LrrUnit,double & lrr );
Function
Get the value of lrr.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h

Argument
LRR
lrr

The value of LRR.


The value of lrr.

Returned Valued
NULL

measure_get_lrf and transform_lrf


int measure_get_lrf( int & LRF,U_CHAR * WaveCH1Data, U_CHAR * WaveCH2Data,
int wavepntch1 );
void transform_lrf( int LRF, double BaseTime,int Wavepnt,char *
BaseTimeUnit, char * LrfUnit, double & lrf );
Function
Get the value of lrf.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
LRF
lrf

The value of LRF.


The value of lrf.

Returned Valued
NULL

measure_get_lfr and transform_lfr


int measure_get_lfr( int & LFR,U_CHAR * WaveCH1Data, U_CHAR * WaveCH2Data,
int wavepntch1 );

void transform_lfr( int LFR, double TimeBase, int Wavepnt,


char* BaseTimeUnit, char * LfrUnit,double & lfr );
Function
Get the value of lfr.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
LFR
lfr

The value of LFR.


The value of lfr.

Returned Valued
NULL

measure_get_lff and transform_lff


int measure_get_lff( int & LFF,U_CHAR * WaveCH1Data, U_CHAR * WaveCH2Data,
int wavepntch1 );
void transform_lff( int LFF, double TimeBase,int Wavepnt,char *
BaseTimeUnit, char * LffUnit, double & lff );
Function
Get the value of lff.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
LFF
lff

The value of LFF.


The value of lff.

Returned Valued

measure_get_phase and transform_phase


int measure_get_phase( int & Phase,U_CHAR * WaveCH1Data,
U_CHAR * WaveCH2Data,USHORT period, int wavepnt1 );
void transform_phase( int Phase, USHORT period, double & phase );
Function
Get the value of phase.
Notes
The Parameter look for Parameter Explain.
FILE
dsopp_dll.h
Argument
WaveCH1Data

A point to a char[4000] that will receive the

data of the wave.


WaveCH2Data

A point to a char[4000] that will receive the

data of the wave.


Period
wavepnt1
Phase
Returned Valued
NULL.

The value of period.


The value of wavepnt.
The value of phase.

Das könnte Ihnen auch gefallen