PROGRAMMER'S GUIDE Page 109
C
YBER
A
MP
380, COPYRIGHT MARCH 2002, AXON INSTRUMENTS, INC.
9) integer SetFilter (integer Channel, integer FilterVal) <buffered>
This routine is used to set the filter of the specified channel. Valid filter values are:
2
4 40 400 4000
6 60 600 6000
8 80 800 8000
10 100 1000 10000
12 120 1200 12000
14 140 1400 14000
16 160 1600 16000
18 180 1800 18000
20 200 2000 20000
22 220 2200 22000
24 240 2400 24000
26 260 2600 26000
28 280 2800 28000
30 300 3000 30000
To disable the filter, use the value FILTERDISABLED for the filter value.
10) integer SetNotchFilter (integer Channel, integer Enabled) <buffered>
This procedure enables or disables the notch filter for the specified channel. The notch filter is disabled if
the value of the argument Enabled is DISABLED, and enabled if its value is ENABLED.
11) integer LoadFactoryDefaults ( ) <buffered>
This procedure causes the CyberAmp to reload the following factory defined defaults for all channels.
Positive input = DC
Negative input = Ground
Pre-filter gain = x1
Output gain = x1
Low-pass filter = 10 kHz
Offset = 0
Notch filter = bypassed
12) integer ElectrodeTest (integer Enabled) <buffered>
This procedure enables or disables the Electrode Test mode of the CyberAmp. The Electrode Test mode
is disabled if the value of the argument Enabled is DISABLED and enabled if it is ENABLED. This test
mode uses a built-in 10 Hz test oscillator that can be used to test source resistances.
13) integer ZeroDCOffset (integer Channel, ref float OffsetResult)
This procedure will send a command to the CyberAmp to cause it to attempt to zero the DC offset
of the channel's output. The actual offset value is returned via the argument OffsetResult. If the
output of the channel could not be zeroed, then the procedure's return value will be set to the
value COULDNOTDO.
14) integer GetStatus (ref string StatusText)
This procedure returns the basic CyberAmp status information which includes the unit type, serial
number and microcode version information. The format of the status information is the same as
returned by the CyberAmp.
Comentarios a estos manuales