Remote control commands
R&S
®
RTE
1466User Manual 1326.1032.02 ─ 20
BUS<m>:SPI:FRAMe<n>:WORD<o>:STARt?.................................................................1468
BUS<m>:SPI:FRAMe<n>:WORD<o>:STOP?................................................................. 1469
BUS<m>:SPI:FRAMe<n>:WORD<o>:MISO?..................................................................1469
BUS<m>:SPI:FRAMe<n>:WORD<o>:FMISo?.................................................................1470
BUS<m>:SPI:FRAMe<n>:WORD<o>:MOSI?..................................................................1470
BUS<m>:SPI:FRAMe<n>:WORD<o>:FMOSi?................................................................1470
BUS<m>:SPI:FRAMe<n>:DATA?
Returns the data words of the specified frame.
Suffix:
<m>
.
1..4
Selects the serial bus.
<n> *
Selects the frame.
Return values:
<FrameData> Comma-separated sequence of integer values (N, L1, R1,…,
LN, RN). N is the number of word pairs in the frame, and {L1,R1}
…{LN,RN} are the value pairs. The values Lx and Rx are associ-
ated with the MOSI and the MISO channel, respectively. If a
channel is disabled, an empty value is returned.
Example:
BUS:SPI:FRAMe3:DATA?
<-- 2,10,108,35,70 (MOSI+MISO)
2,10,,35, (MOSI only)
2,,108,,70 (MISO only)
Usage: Query only
BUS<m>:SPI:FCOunt?
BUS<m>:SPI:FRAMe<n>:COUNt?
Returns the number of decoded frames.
Suffix:
<m>
.
1..4
Selects the serial bus.
<n> *
Return values:
<Count> Total number of decoded frames.
Usage: Query only
BUS<m>:SPI:FRAMe<n>:BITRate?
Returns the primary bit rate.
Protocols