Anritsu Spectrum Master MS2711D Programming Manual page 103

Fast. accurate, repeatable, portable spectrum analysis
Hide thumbs Also See for Spectrum Master MS2711D:
Table of Contents

Advertisement

WriteToPort (SendScalePointer, 9);
// Expecting 1 byte back (give the unit 5 seconds to respond):
// 0xFF = success
// 0xE0 = parameter failure (invalid value)
// 0xEE = time-out (insufficient # of bytes received by SPA)
if(!ReadFromPort(1, ResponseBytes, 5))
{
return FAILURE;
}
else
{
if ( *ResponseBytes != 0xFF )
{
return FAILURE;
}
else
{
return SUCCESS;
}
}
} /* SetSPAScale */
98
Spectrum Master PM

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Spectrum Master MS2711D and is the answer not in the manual?

Table of Contents