Pattern
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBX:TTAB:TSL<CH0>:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PatternStruct[source]
Response structure. Fields:
1 Dpattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get(channelNull=ChannelNull.Default) PatternStruct[source]
# [SOURce<HW>]:BB:DVB:DVBX:TTAB:TSL<CH0>:PATTern value: PatternStruct = driver.source.bb.dvb.dvbx.ttab.tsl.pattern.get(channelNull = repcap.ChannelNull.Default)
Requires [:SOURce<hw>]:BB:DVB:DVBS | DVBX:STYPe GP | GC and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:TTAB:TSL<ch0>:DATA PATTern. Sets a bit pattern in hexadecimal representation for the respective time slice. Syntax to enter the hexadecimal value of the bit pattern: #H<value>,<bit value>
- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tsl’)
- Returns:
structure: for return value, see the help for PatternStruct structure arguments.
- set(dpattern: str, bitcount: int, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:DVB:DVBX:TTAB:TSL<CH0>:PATTern driver.source.bb.dvb.dvbx.ttab.tsl.pattern.set(dpattern = rawAbc, bitcount = 1, channelNull = repcap.ChannelNull.Default)
Requires [:SOURce<hw>]:BB:DVB:DVBS | DVBX:STYPe GP | GC and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:TTAB:TSL<ch0>:DATA PATTern. Sets a bit pattern in hexadecimal representation for the respective time slice. Syntax to enter the hexadecimal value of the bit pattern: #H<value>,<bit value>
- Parameters:
dpattern – numeric
bitcount – integer Range: 1 to 64
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tsl’)