Dpattern

SCPI Command :

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

Response structure. Fields:

  • 1 Dpattern: str: numeric

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

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

Selects the data pattern for data source pattern (method RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.set() ) .

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 DpatternStruct structure arguments.

set(dpattern: 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>:DATA:DPATtern
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.dpattern.set(dpattern = rawAbc, bitcount = 1, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)

Selects the data pattern for data source pattern (method RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.set() ) .

Parameters:
  • dpattern – numeric

  • bitcount – integer Range: 1 to 64

  • 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’)