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