Remote control commands
R&S
®
RTE
1068User Manual 1326.1032.02 ─ 20
18.3.6 Protocol analysis
18.3.6.1 SENT (option R&S RTE-K10)
Configuring SENT bus
// Set protocol parameters
//****************************************************
STOP;*OPC?
BUS:TYPE SENT
BUS:LABel "Bus 1 SENT"
BUS:SENT:DATA:SOURce C1W1
BUS:SENT:DATA:THReshold 2.0
BUS:SENT:CLKPeriod 0.000005
BUS:SENT:CLKTolerance 20.0
BUS:SENT:CRCVersion V2010
BUS:SENT:CRCMethod TLE
BUS:SENT:DNIBbles 5
BUS:SENT:PPULse NPP
BUS ON
//****************************************************
// Load a label list and switch on
BUS:NEWList 'C:\Protocols\SENT_Labels.xml'
BUS:SYMBols ON
RUNSingle;*OPC? //asynchronous command
//****************************************************
// Display all results
BUS:SENT:RDSL ALL
//****************************************************
// Display the fast channel transmission sequence
BUS:SENT:RDSL TRSQ
//****************************************************
// Display the short serial message of slow channel
BUS:SENT:RDSL SMSG
Triggering on SENT bus
//Set trigger source to serial bus
TRIGger1:SOURce SBUS
TRIGger:MODE NORMal
//Trigger on the fast channel transmission sequence
TRIGger1:SENT:TYPE TSEQ
TRIGger1:SENT:TTYPE STDA
Programming examples