Pattern

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA:PATTern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PatternStruct[source]

Response structure. Fields:

  • 1 Pattern: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 64

get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) PatternStruct[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA:PATTern
value: PatternStruct = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.pattern.get(channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

The command determines the bit pattern for the PATTern selection. The maximum length is 64 bits.

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

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

Returns:

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

set(pattern: str, bitcount: int, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA:PATTern
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.tchannel.data.pattern.set(pattern = rawAbc, bitcount = 1, channelNull = repcap.ChannelNull.Default, transportChannelNull = repcap.TransportChannelNull.Default)

The command determines the bit pattern for the PATTern selection. The maximum length is 64 bits.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 64

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

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