Pattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:TCHannel<DI0>:DATA:PATTern
- class PatternCls[source]
Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class PatternStruct[source]
Response structure. Fields:
Pattern: str: numeric
Bitcount: int: integer Range: 1 to 64
- get(channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) PatternStruct [source]
# SCPI: [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.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- return
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, channelNull=ChannelNull.Default, transportChannelNull=TransportChannelNull.Default) None [source]
# SCPI: [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.
- param pattern
numeric
- param bitcount
integer Range: 1 to 64
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param transportChannelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)