Pattern
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA:PATTern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PatternStruct[source]
Response structure. Fields:
1 Pattern: str: numeric
2 Bitcount: int: integer Range: 1 to 64
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) PatternStruct[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA:PATTern value: PatternStruct = driver.source.bb.w3Gpp.bstation.channel.data.pattern.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command determines the bit pattern for the PATTern selection. The maximum length is 64 bits.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
structure: for return value, see the help for PatternStruct structure arguments.
- set(pattern: str, bitcount: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DATA:PATTern driver.source.bb.w3Gpp.bstation.channel.data.pattern.set(pattern = rawAbc, bitcount = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.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
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)