Pattern

SCPI Command :

[SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FCORrection:FIXed:PATTern
class PatternCls[source]

Pattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class PatternStruct[source]

Response structure. Fields:

  • Pattern: List[str]: numeric

  • Bitcount: int: integer Range: 142 to 142

get(frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) PatternStruct[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FCORrection:FIXed:PATTern
value: PatternStruct = driver.source.bb.gsm.frame.slot.subChannel.user.fcorrection.fixed.pattern.get(frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

Sets the bit pattern of the FIXED field for the Frequency Correction burst. The length is 142 bits. Superfluous bits are truncated on input. Missing bits are filled with 0. The command is valid only for the selection BB:GSM:SLOT:FCOR:FIX USER and for burst type selection BB:GSM:SLOT:TYPE FCOR.

param frameIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

param slotNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param subchannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)

return

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

set(pattern: List[str], bitcount: int, frameIx=FrameIx.Default, slotNull=SlotNull.Default, subchannel=Subchannel.Default, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GSM:[FRAMe<DI>]:SLOT<ST0>:[SUBChannel<US>]:[USER<CH>]:FCORrection:FIXed:PATTern
driver.source.bb.gsm.frame.slot.subChannel.user.fcorrection.fixed.pattern.set(pattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, frameIx = repcap.FrameIx.Default, slotNull = repcap.SlotNull.Default, subchannel = repcap.Subchannel.Default, userIx = repcap.UserIx.Default)

Sets the bit pattern of the FIXED field for the Frequency Correction burst. The length is 142 bits. Superfluous bits are truncated on input. Missing bits are filled with 0. The command is valid only for the selection BB:GSM:SLOT:FCOR:FIX USER and for burst type selection BB:GSM:SLOT:TYPE FCOR.

param pattern

numeric

param bitcount

integer Range: 142 to 142

param frameIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)

param slotNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)

param subchannel

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘SubChannel’)

param userIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)