Specifications

RIGOL Chapter 4 Programming Demos
4-48 M300 Programming Guide
{
if (rbtnAnySensor.Checked == true)
{
grpRange.Enabled = false;
grpScale.Enabled = false;
grpGatetime.Enabled = false;
if (cmboxAnySensor.Text == "CURR")
{
grpInterTime.Enabled = true;
chkAZ.Enabled = true;
grpACFilter.Enabled = false;
chkOcomp.Enabled = false;
chkInputimp.Enabled = false;
}
else if (cmboxAnySensor.Text == "VOLT")
{
grpInterTime.Enabled = true;
chkAZ.Enabled = true;
chkInputimp.Enabled = true;
grpACFilter.Enabled = false;
chkOcomp.Enabled = false;
}
else if (cmboxAnySensor.Text == "FRES" || cmboxAnySensor.Text == "RES")
{
grpInterTime.Enabled = true;
chkAZ.Enabled = true;
chkOcomp.Enabled = true;
grpACFilter.Enabled = false;
chkInputimp.Enabled = false;
}
else if (cmboxAnySensor.Text == "FREQ")
{
grpACFilter.Enabled = true;
grpInterTime.Enabled = false;
chkInputimp.Enabled = false;
chkAZ.Enabled = false;
chkOcomp.Enabled = false;
}
else { }
}
else
{
grpRange.Enabled = true;
grpScale.Enabled = true;
grpGatetime.Enabled = true;
grpACFilter.Enabled = true;
grpInterTime.Enabled = true;
chkInputimp.Enabled = true;
chkAZ.Enabled = true;
chkOcomp.Enabled = true;
}
}
10. Running results.
1) Click the Connect button to search for the M300 series Data Acquisition/Switch System and
connect it;
2) Enter a command into the Command textbox, for example, *IDN?;
3) Click Send button to send the command;