5.5 Device Message Details
5-43
NRZDATA (NRZ Input/Output Data Command/Query)
Function
Sets polarity of NRZ input/output data.
Header Program command Query Response
NRZDATA NRZDATA n1,n2 NRZDATA? NRZDATA n1,n2
Value of n1
0: Positive
<Output data> 1: Negative
Value of n2
0: Positive
<Input data> 1: Negative
Example use
NRZDATA 0,0
NRZDATA?
Example response message
NRZDATA 1,0
NRZCLK (NRZ Input/Output Clock Command/Query)
Function
Sets polarity of NRZ input/output clock.
Header Program command Query Response
NRZCLK NRZCLK n1,n2 NRZCLK? NRZCLK n1,n2
Value of n1
0: Rise
<Output clock> 1: Fall
Value of n2
0: Rise
<Input clock> 1: Fall
Example use
NRZCLK 0,0
NRZCLK?
Example response message
NRZCLK 0,1