Tsgen Subsystem - R&S SMCVB-K167 User Manual

Dvb-s
Table of Contents

Advertisement

®
R&S
SMCVB-K167

6.5 TSGen Subsystem

The TSGen subsystem contains the commands for configuring the TS player.
Example: Play a TS player file
//******************************************************************************
// Select a file, e.g. a user-defined setting.
//******************************************************************************
:TSGen:CONFigure:PLAYfile "/var/user/my_test_player_test.trp"
// Selects the file "my_test_player_test" with extension *.trp.
//******************************************************************************
// Within the file, define a section, that you want to play.
// You can set start/stop position for a maximum section length of 10 hours.
//******************************************************************************
:TSGen:CONFigure:SEEK:STARt 60000 // milliseconds
// 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.
User Manual 1179.1058.02 ─ 02
Remote-Control Commands
TSGen Subsystem
56

Advertisement

Table of Contents
loading

Table of Contents