diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:07:39 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:07:39 +0900 |
commit | 5e244d168aaeea24a1e9f9316e63e183feaad850 (patch) | |
tree | 38aeadd6efc00fde9345b9d88af211c05b695d35 /device-functions.h | |
parent | 270f0099a806ae27c11422efb8426eaefc8a0802 (diff) |
better abstraction of method of switching voltage-controlled PW range, for clarity
Diffstat (limited to 'device-functions.h')
-rw-r--r-- | device-functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/device-functions.h b/device-functions.h index c60bacb..532026b 100644 --- a/device-functions.h +++ b/device-functions.h @@ -27,6 +27,7 @@ int Set_Trig_Source(int channel,int mode); int Set_Gate_Sync(int channel,int mode); int Set_Gate_Level(int channel,int mode); int Set_zout(int channel,int setting,int really_for_zout); +int Set_Use_Vctrl_PW_Range(int channel, gboolean mode); int Set_Load(int channel, float value); int Set_EA(int channel,int mode); int Set_AdvDel(int channel,int setting); |