EasyManuals Logo

Signal Hound BB60C Programmer's Reference Manual

Default Icon
48 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #22 background imageLoading...
Page #22 background image
Signal Hound | API Functions
21
BB_PORT1_AC_COUPLED
BB_PORT1_DC_COUPLED
BB_PORT1_INT_REF_OUT
BB_PORT1_EXT_REF_IN
BB_PORT1_OUT_LOGIC_LOW
BB_PORT1_OUT_LOGIC_HIGH
Port 2 IO
BB_PORT2_OUT_LOGIC_LOW
BB_PORT2_OUT_LOGIC_HIGH
BB_PORT2_IN_TRIGGER_RISING_EDGE
BB_PORT2_IN_TRIGGER_FALLING_EDGE
Return Values
bbNoError Device configured successfully.
bbDeviceNotOpenErr Device specified is not open.
bbDeviceNotIdleErr This is returned if the device is currently operating in a mode. The
device must be idle to configure ports.
bbInvalidParameterErr A parameter supplied is unknown.
Example
This example shows how to configure an AC external reference input into port 1 and a emit a logic high
on port 2. Note the ‘|’ operation is used to specify the AC couple.
1. bbConfigureIO (
2. myDeviceNumber,
3. BB_PORT1_AC_COUPLED | BB_PORT1_EXT_REF_IN, // AC external reference in on port 1
4. BB_PORT2_OUT_LOGIC_HIGH // Output DC logic high on port 1
5. );
bbConfigureDemod
Configure audio demodulation operation
bbStatus bbConfigureDemod(int device, int modulationType, double freq, float IFBW,
float audioLowPassFreq, float audioHighPassFreq, float FMDeemphasis);
Parameters
device Handle to the device being configured.
modulationType Specifies the demodulation scheme, possible values are

Table of Contents

Other manuals for Signal Hound BB60C

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Signal Hound BB60C and is the answer not in the manual?

Signal Hound BB60C Specifications

General IconGeneral
BrandSignal Hound
ModelBB60C
CategoryMeasuring Instruments
LanguageEnglish

Related product manuals