Data

SCPI Command :

[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:DATA
class DataCls[source]

Data 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>:DATA
value: enums.DataSourceB = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.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

data: 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:DATA:DPATtern. 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:DATA:DSELection.

set(data: 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>:DATA
driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.data.set(data = 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 data

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:DATA:DPATtern. 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:DATA:DSELection.

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.data.clone()

Subgroups