Sdata
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa
- class SdataCls[source]
Sdata commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) RsSmw.enums.DataSourceB [source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa value: enums.DataSourceB = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.get(testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Defines the data source for the DATA fields in the burst.
- 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
sdata: PATTern| PN11| PN15| PN16| PN20| PN21| PN23| DLISt| ALL0| ALL1| PN09 ALL0|ALL1| Internal 0 or 1 data is used. PATT Internal data is used. The bit pattern for the data is defined with the aid of command [:SOURcehw]:BB:TETRa:SCONfiguration:TMODedi:SLOTst:LDIRectionch:SDATa:SDPattern. PNxx The pseudo-random sequence generator is used as the data source. There is a choice of different lengths of random sequence. DLISt A data list is used. The data list is selected with the aid of command [:SOURcehw]:BB:TETRa:SCONfiguration:TMODedi:SLOTst:LDIRectionch:SDATa:SDSelection.
- set(sdata: RsSmw.enums.DataSourceB, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.set(sdata = enums.DataSourceB.ALL0, testMode = repcap.TestMode.Default, slot = repcap.Slot.Default, channel = repcap.Channel.Default)
Defines the data source for the DATA fields in the burst.
- param sdata
PATTern| PN11| PN15| PN16| PN20| PN21| PN23| DLISt| ALL0| ALL1| PN09 ALL0|ALL1| Internal 0 or 1 data is used. PATT Internal data is used. The bit pattern for the data is defined with the aid of command [:SOURcehw]:BB:TETRa:SCONfiguration:TMODedi:SLOTst:LDIRectionch:SDATa:SDPattern. PNxx The pseudo-random sequence generator is used as the data source. There is a choice of different lengths of random sequence. DLISt A data list is used. The data list is selected with the aid of command [:SOURcehw]:BB:TETRa:SCONfiguration:TMODedi:SLOTst:LDIRectionch:SDATa:SDSelection.
- 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’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.clone()
Subgroups