Tpattern

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TPATtern
class TpatternCls[source]

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

class TpatternStruct[source]

Response structure. Fields:

  • Tpattern: List[str]: numeric

  • Bitcount: int: integer Range: 1 to 96

get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) TpatternStruct[source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TPATtern
value: TpatternStruct = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.tpattern.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Enters a user-defined TSC. The length of the training sequences depends on the burst type. The first user bit is equivalent to the first bit of the training sequence. All further will be inserted successively.

param testMode

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

param slot

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

param channel

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

return

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

set(tpattern: List[str], bitcount: int, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TPATtern
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.tpattern.set(tpattern = ['rawAbc1', 'rawAbc2', 'rawAbc3'], bitcount = 1, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Enters a user-defined TSC. The length of the training sequences depends on the burst type. The first user bit is equivalent to the first bit of the training sequence. All further will be inserted successively.

param tpattern

numeric

param bitcount

integer Range: 1 to 96

param testMode

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

param slot

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

param channel

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