Pilots
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBS:TTAB:TSL<CH0>:PILots
- class PilotsCls[source]
Pilots commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:TTAB:TSL<CH0>:PILots value: bool = driver.source.bb.dvb.dvbs.ttab.tsl.pilots.get(channelNull = repcap.ChannelNull.Default)
Enables or disables the pilots in the FEC frame of the respective time slice.
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tsl’)
- return:
pilots: 1| ON| 0| OFF
- set(pilots: bool, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBS:TTAB:TSL<CH0>:PILots driver.source.bb.dvb.dvbs.ttab.tsl.pilots.set(pilots = False, channelNull = repcap.ChannelNull.Default)
Enables or disables the pilots in the FEC frame of the respective time slice.
- param pilots:
1| ON| 0| OFF
- param channelNull:
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tsl’)