Pattern

SCPI Command :

[SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>: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(mobileStation=MobileStation.Default, channel=Channel.Default) PatternStruct[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA:PATTern
value: PatternStruct = driver.source.bb.c2K.mstation.channel.data.pattern.get(mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

Sets the bit pattern for the data component when the PATTern data source is selected. The first parameter determines the bit pattern (choice of hexadecimal, octal or binary notation) , the second specifies the number of bits to use. For the traffic channels, this value is specific for the selected radio configuration.

Parameters:
  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

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

Returns:

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

set(pattern: str, bitcount: int, mobileStation=MobileStation.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:CHANnel<CH>:DATA:PATTern
driver.source.bb.c2K.mstation.channel.data.pattern.set(pattern = rawAbc, bitcount = 1, mobileStation = repcap.MobileStation.Default, channel = repcap.Channel.Default)

Sets the bit pattern for the data component when the PATTern data source is selected. The first parameter determines the bit pattern (choice of hexadecimal, octal or binary notation) , the second specifies the number of bits to use. For the traffic channels, this value is specific for the selected radio configuration.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 64

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

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