1 SCPI Overview RIGOL
MSO2000A/DS2000A Programming Guide
:DISPlay:GBRightness?
Wherein,
<brightness> can be set to any integer between 0 and 100.
The query returns an integer between 0 and 100.
4. Real
The parameter can be any real number within the effective value range and this command accepts
decimal and scientific notation parameter input. For example,
:FUNCtion:WREPlay:INTerval <interval>
:FUNCtion:WREPlay:INTerval?
Wherein,
<interval> can be set to any real number between 0.0000001 (or 1.000000e-07, namely 100 ns) to
10 (or 0.1e+02, namely 10 s).
The query returns a real number in scientific notation.
5. ASCII String
The parameter should be the combinations of ASCII characters.
For example,
:CALCulate:ADVanced:EXPRession <expression>
:CALCulate:ADVanced:EXPRession?
Wherein,
<expression> can be set to CH1+CH2
The query returns an ASCII string.
Command Abbreviation
All the commands are case-insensitive and you can use any of them. If abbreviation is used, all the capital
letters in the command must be written completely. For example,
:MEASure:ADISplay?
can be abbreviated to
:MEAS:ADIS?