Pattern

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC: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(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) PatternStruct[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA:PATTern
value: PatternStruct = driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.pattern.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

Sets the bit pattern for the PATTern selection. Power control is available for sub channel types F-DCCH and F-FCH. F-DCCH is only generated for radio configurations 3, 4 and 5. For the traffic channels, this value is specific for the selected radio configuration.

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

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

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

Returns:

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

set(pattern: str, bitcount: int, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:TPC:DATA:PATTern
driver.source.bb.c2K.bstation.cgroup.coffset.tpc.data.pattern.set(pattern = rawAbc, bitcount = 1, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)

Sets the bit pattern for the PATTern selection. Power control is available for sub channel types F-DCCH and F-FCH. F-DCCH is only generated for radio configurations 3, 4 and 5. For the traffic channels, this value is specific for the selected radio configuration.

Parameters:
  • pattern – numeric

  • bitcount – integer Range: 1 to 64

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

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

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