Tpattern

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TPATtern
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class TpatternStruct[source]

Response structure. Fields:

  • 1 Tpattern: str: numeric

  • 2 Bitcount: int: integer Range: 1 to 96

get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) TpatternStruct[source]
# [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.

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

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

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

Returns:

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

set(tpattern: str, bitcount: int, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:TPATtern
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.tpattern.set(tpattern = rawAbc, 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.

Parameters:
  • tpattern – numeric

  • bitcount – integer Range: 1 to 96

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

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

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