Rigol MSO1074Z-S 4-channel oscilloscope, Digital Storage oscilloscope, MSO1074Z-S Manual De Usuario

Los códigos de productos
MSO1074Z-S
Descargar
Página de 172
RIGOL 
DS1000Z Programming Guide 
2-43
 
:MATH:OPTion:SENSitivity 
Syntax 
:MATH:OPTion:SENSitivity <sens> 
:MATH:OPTion:SENSitivity? 
Description 
Set or query the sensitivity of the logic operation. The default unit is div (namle the 
current vertical scale). 
Parameter 
Name 
Type 
Range 
Default 
<sens> 
Real 
0 to 0.96div, the step is 0.08div 
 
Explanation 
This command is only applicable to the logic operations (A&&B, A||B, A^B and !A).   
Return 
Format 
The query returns the sensitivity in scientific notation. 
Example 
:MATH:OPTion:SENSitivity 0.24   /*Set the sensitivity to 0.24div*/ 
:MATH:OPTion:SENSitivity?   /*The query returns 2.400000e-01*/ 
Related 
Command
 
 
:MATH:OPTion:DIStance 
Syntax 
:MATH:OPTion:DIStance <dist> 
:MATH:OPTion:DIStance? 
Description 
Set or query the smoothing window width of the differential operation (diff).   
Parameter 
Name 
Type 
Range 
Default 
<dist> 
Integer 
3 to 201 
 
Explanation 
This command is only applicable to the differential operation (diff).
 
Return 
Format 
The query returns an integer between 3 and 201.   
Example 
:MATH:OPTion:DIStance 25 
Related 
Command 
 
:MATH:OPTion:ASCale 
Syntax 
:MATH:OPTion:ASCale <opt> 
:MATH:OPTion:ASCale? 
Description 
Enable or disable the auto scale setting of the operation result or query the status of the 
auto scale setting. 
Parameter 
Name 
Type 
Range 
Default 
<opt> 
Bool 
{{0|OFF}|{1|ON}} 
0|OFF 
 
Explanation 
  When the auto scale is enabled, the instrument will automatically set the vertical 
scale to the best value according to the current operator, the vertical scale and the 
horizontal timebase of the source.
 
  Sending this command will modify the auto scale status of all operations.
 
Return 
Format 
The query returns 0 or 1.   
Example 
:MATH:OPTion:ASCale ON