Remote-Control Commands
R&S
®
SMCVB-K168
74
User Manual 1179.1064.02 ─ 03
// Section start is after one minute from the original file start.
// The first minute is ignored.
:TSGen:CONFigure:SEEK:STOP 120000 // milliseconds
// Section stop is after one minute from the original file start.
// The total section length is one minute.
//*********************************************************************************
// Navigate to a certain position within the file/section of the file.
//*********************************************************************************
:TSGen:CONFigure:SEEK:POSition 100000 // milliseconds
// The current player position of file/section of the file is at 1 minute 40 seconds.
//*********************************************************************************
// Reset play-related settings
//*********************************************************************************
:TSGen:CONFigure:SEEK:RESet
//*********************************************************************************
// Pause, stop, play the file.
//*********************************************************************************
:TSGen:CONFigure:COMMand PAUS
// Pauses playing the file.
:TSGen:CONFigure:COMMand STOP
// Stops playing the file.
:TSGen:CONFigure:COMMand PLAY
// Activates playing the file.
Example: Configure and monitor TS player output
//*********************************************************************************
// Configure general and stuffing parameters of the TS player output.
//*********************************************************************************
:TSGen:CONFigure:STUFfing ON
:TSGen:CONFigure:STOPdata TTSP
:TSGen:CONFigure:TSPacket H184
//:TSGen:CONFigure:PIDTestpacket VAR
:TSGen:CONFigure:PIDTestpack VAR
:TSGen:CONFigure:PID 8100
// Corresponds to a PID = 1FA4 in hexadecimal format.
:TSGen:CONFigure:PAYLoad PRBS
:TSGen:CONFigure:PRBS:SEQuence P23_1
//*********************************************************************************
// Monitor TS player output data.
//*********************************************************************************
:TSGen:CONFigure:COMMand STOP
// TSRate can only be changed if player is in stop mode
:TSGen:CONFigure:TSRate 350E6 // net data rate = 350 MBit/s
:TSGen:CONFigure:COMMand PLAY
:TSGen:CONFigure:PLENgth?
// Response: P188 // packet length = 188 byte
TSGen Subsystem