Pattern

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh: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(transportChannelNull=TransportChannelNull.Default) PatternStruct[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA:PATTern
value: PatternStruct = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.pattern.get(transportChannelNull = repcap.TransportChannelNull.Default)

The command determines the bit pattern for the PATTern data source selection for transport channels.

Parameters:

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, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA:PATTern
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.pattern.set(pattern = rawAbc, bitcount = 1, transportChannelNull = repcap.TransportChannelNull.Default)

The command determines the bit pattern for the PATTern data source selection for transport channels.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 64

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