![R&S RTO6 Скачать руководство пользователя страница 1274](http://html2.mh-extra.com/html/rands/rto6/rto6_user-manual_30646461274.webp)
Remote control commands
R&S
®
RTO6
1274
User Manual 1801.6687.02 ─ 05
//Configure source and thresholds for 1.8 V bus
STOP;*OPC?
BUS1:TYPE RFFE
BUS1:LABel "RFFE Test 2"
BUS1:RFFE:CLOCk:SOUR C2W1
BUS1:RFFE:DATA:SOUR C1W1
BUS:RFFE:PRESet V18
//Load a label list and switch on
BUS1:NEWList 'C:\Protocols\RFFE.csv'
BUS1:SYMBols ON
//Initiate single sweep
CHANnel1:STATe ON
CHANnel2:STATe ON
BUS1 ON
RUNSingle;*OPC?
Example 2: User-defined thresholds with threshold coupling
//Configure source and user-defined thresholds
STOP;*OPC?
BUS1:TYPE RFFE
BUS1:LABel "RFFE Test 1"
BUS1:RFFE:CLOCk:SOUR C2W1
BUS1:RFFE:DATA:SOUR C1W1
BUS1:RFFE:COUPling ON
BUS1:RFFE:CLOCk:THReshold:HYSTeresis 0.2
BUS1:RFFE:CLOCk:THReshold:HIGH 0.72
BUS1:RFFE:CLOCk:THReshold:LOW 0.48
Triggering on RFFE bus
Trigger on sequence start of sequences that have the slave address 0010, 0011, or
0100.
//Set trigger source to serial bus
TRIGger1:SOURce SBUS
TRIGger:MODE NORMal
//Trigger on sequence start of all sequences with slave address range
TRIGger1:RFFE:TYPE STARt
TRIG1:RFFE:SADD:CONDition INR
TRIG1:RFFE:SADD:MIN #H2 //SAD = 0010
TRIG1:RFFE:SADD:MAX #H4 //SAD = 0100
Searching RFFE data
Search for sequence ends of sequences if last bit of slave address is 1.
STOP;*OPC?
SEARch:ADD 'RFFESearch1'
Programming examples