SdPattern
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa:SDPattern
- class SdPatternCls[source]
- SdPattern commands group definition. 1 total commands, 0 Subgroups, 1 group commands - class SdPatternStruct[source]
- Response structure. Fields: - 1 Sd_Pattern: str: numeric 
- 2 Bitcount: int: integer Range: 1 to 64 
 
 - get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) SdPatternStruct[source]
- # SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa:SDPattern value: SdPatternStruct = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdPattern.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>:SDATa) . - 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 SdPatternStruct structure arguments. 
 
 - set(sd_pattern: 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>:SDATa:SDPattern driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdPattern.set(sd_pattern = 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>:SDATa) . - param sd_pattern:
- 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’)