Dpattern
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:DATA:DPATtern
- class DpatternCls[source]
Dpattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class DpatternStruct[source]
Response structure. Fields:
Dpattern: str: numeric
Bitcount: int: integer Range: 1 to 64
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) DpatternStruct [source]
# SCPI: [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 ([:SOURce<hw>]:BB:TETRa:SCONfiguration:TMODe<di>:SLOT<st>:LDIRection<ch>:DATA) .
- 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 DpatternStruct structure arguments.
- set(dpattern: 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>: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 ([:SOURce<hw>]:BB:TETRa:SCONfiguration:TMODe<di>:SLOT<st>:LDIRection<ch>:DATA) .
- param dpattern
numeric
- param bitcount
integer Range: 1 to 64
- 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’)