EasyManuals Logo

Labsphere SC-5500 User Manual

Labsphere SC-5500
44 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 #35 background imageLoading...
Page #35 background image
SX-01635-000, Rev. 5 32
Send(gpib_card,sc_5500_address,"A0X",3,0);
}
void auto_off (void)
{
SendIFC(gpib_card);
Send(gpib_card,sc_5500_address,"A1X",3,0);
}
void display_3_digits (void)
{
SendIFC(gpib_card);
Send(gpib_card,sc_5500_address,"H0X",3,0);
}
void display_4_digits (void)
{
SendIFC(gpib_card);
Send(gpib_card,sc_5500_address,"H1X",3,0);
}
void lock_front_panel (void)
{
SendIFC(gpib_card);
Send(gpib_card,sc_5500_address,"L0X",3,0);
}
void unlock_front_panel (void)
{
SendIFC(gpib_card);
Send(gpib_card,sc_5500_address,"L1X",3,0);
}
void filter_on (void)
{
SendIFC(gpib_card);
Send(gpib_card,sc_5500_address,"F0X",3,0);
}
void filter_off (void)
{
SendIFC(gpib_card);
Send(gpib_card,sc_5500_address,"F1X",3,0);
}
void go_to_range (int range)
{
//range 0 is the most sensitive range (e-9)
//range 6 is the least sensitive range (e-3)
char tempstr[10],junk[10];
memset(tempstr,'\0',10);
memset(junk,'\0',10);
strcpy(tempstr,"R");
strcat(tempstr,itoa(range,junk,10));
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Labsphere SC-5500 and is the answer not in the manual?

Labsphere SC-5500 Specifications

General IconGeneral
BrandLabsphere
ModelSC-5500
CategoryMeasuring Instruments
LanguageEnglish