Tsn

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:TTAB:TSL<CH0>:TSN
class TsnCls[source]

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

class TsnStruct[source]

Response structure. Fields:

  • 1 Tsn: str: numeric

  • 2 Bitcount: int: integer Range: 8 to 8

get(channelNull=ChannelNull.Default) TsnStruct[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:TTAB:TSL<CH0>:TSN
value: TsnStruct = driver.source.bb.dvb.dvbx.ttab.tsl.tsn.get(channelNull = repcap.ChannelNull.Default)

Sets the 8-bit sized time-slice number in hexadecimal representation. Syntax to enter the hexadecimal value of the time slice number:#H<value>,8

param channelNull:

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

return:

structure: for return value, see the help for TsnStruct structure arguments.

set(tsn: str, bitcount: int, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:DVB:DVBX:TTAB:TSL<CH0>:TSN
driver.source.bb.dvb.dvbx.ttab.tsl.tsn.set(tsn = rawAbc, bitcount = 1, channelNull = repcap.ChannelNull.Default)

Sets the 8-bit sized time-slice number in hexadecimal representation. Syntax to enter the hexadecimal value of the time slice number:#H<value>,8

param tsn:

numeric

param bitcount:

integer Range: 8 to 8

param channelNull:

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