Pilots

SCPI Command :

[SOURce<HW>]:BB:DVBS2:TSL<ST>:IS<CH>:PILots
class PilotsCls[source]

Pilots commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(timeSlice=TimeSlice.Default, inputStream=InputStream.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:TSL<ST>:IS<CH>:PILots
value: bool = driver.source.bb.dvbs2.tsl.isPy.pilots.get(timeSlice = repcap.TimeSlice.Default, inputStream = repcap.InputStream.Default)

Controls the insertion of pilot symbols during the formation of the physical layer frame. Pilot symbols generate an unmodulated carrier and are helpful for synchronizing receivers under difficult transmission conditions.

param timeSlice:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tsl’)

param inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)

return:

pilots: 1| ON| 0| OFF

set(pilots: bool, timeSlice=TimeSlice.Default, inputStream=InputStream.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVBS2:TSL<ST>:IS<CH>:PILots
driver.source.bb.dvbs2.tsl.isPy.pilots.set(pilots = False, timeSlice = repcap.TimeSlice.Default, inputStream = repcap.InputStream.Default)

Controls the insertion of pilot symbols during the formation of the physical layer frame. Pilot symbols generate an unmodulated carrier and are helpful for synchronizing receivers under difficult transmission conditions.

param pilots:

1| ON| 0| OFF

param timeSlice:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tsl’)

param inputStream:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘IsPy’)