SdPattern
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa:SDPattern
- Commands in total: 1Subgroups: 0Direct child commands: 1
- 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]
# [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 (method
RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.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 SdPatternStruct structure arguments.
- set(sd_pattern: 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>: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 (method
RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.set()) .- Parameters:
sd_pattern – 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’)