Specifications
Chapter 2 Command System RIGOL
M300 Programming Guide 2-211
SYSTem:COMMunicate:RS232:PARIty
Syntax SYSTem:COMMunicate:RS232:PARIty {NONE|ODD|EVEN}
SYSTem:COMMunicate:RS232:PARIty?
Description
Set the parity mode to “None”, “Odd” or “Even”.
Parameters
Name
Type
Range
Default
{NONE|ODD|EVEN}
Discrete
NONE|ODD|EVEN
NONE
Explanation The parity mode of the RS232 interface is stored in the non-volatile memory (refer to
Appendix C: Non-volatile Memory) and does not change when the power has been off, after
a Factory Reset (send the
*RST command) or after an Instrument Preset (send the
SYSTem:PRESet command).
Return
Format
The query returns NONE, ODD or EVEN.
Example
SYST:COMM:RS232:PARI ODD
SYST:COMM:RS232:PARI?
T he query returns ODD.
Related
commands
SYSTem:COMMunicate:RS232:BAUD
SYSTem:COMMunicate:RS232:FLOWcontrol
SYSTem:COMMunicate:RS232:PRINt:STATe
SYSTem:COMMunicate:RS232:PRINt:STATe
Syntax SYSTem:COMMunicate:RS232:PRINt:STATe {ON|OFF|1|0}
SYSTem:COMMunicate:RS232:PRINt:STATe?
Description Enable or disable the function of outputing measurement data automatically via the RS232
interface.
Parameters
Name
Type
Range
Default
{ON|OFF|1|0}
Bool
ON|OFF|1|0
None
Explanation After connecting the instrument and PC via the RS232 interface and enabling the print
function, the instrument will output the measurement readings automatically through
the RS232 interface when M300 is measuring. At this point, you can capture the
readings using serial port data acquisition tool from the PC.
The state of the function is stored in the non-volatile memory (refer to
Appendix C:
Non-volatile Memory) and does not change when the power has been off, after a
Factory Reset (send the
*RST command) or after an Instrument Preset (send the
SYSTem:PRESet command)
Return
Format
The query returns 1 (ON) or 0 (OFF).
Example
SYST:COMM:RS232:PRIN:STAT ON
SYST:COMM:RS232:PRIN:STAT?
The query returns 1.
Related
commands
SYSTem:COMMunicate:RS232:BAUD
SYSTem:COMMunicate:RS232:FLOWcontrol
SYSTem:COMMunicate:RS232:PARIty