EasyManua.ls Logo

Labsphere SC-5500 - Page 35

Labsphere SC-5500
44 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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