Tsn

SCPI Command :

[SOURce<HW>]:BB:DVB:DVBX:TTAB:TSL<CH0>:TSN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class TsnStruct[source]

Response structure. Fields:

  • 1 Tsn: str: numeric

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

get(channelNull=ChannelNull.Default) TsnStruct[source]
# [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

Parameters:

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

Returns:

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

set(tsn: str, bitcount: int, channelNull=ChannelNull.Default) None[source]
# [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

Parameters:
  • tsn – numeric

  • bitcount – integer Range: 8 to 8

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