Sdata
SCPI Command :
[SOURce<HW>]:BB:TETRa:SCONfiguration:TMODe<DI>:SLOT<ST>:LDIRection<CH>:SDATa
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) DataSourceB[source]
# [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.
- 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:
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 method
RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdPattern.set(). 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 methodRsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdSelection.set().
- set(sdata: DataSourceB, testMode=TestMode.Default, slot=Slot.Default, channel=Channel.Default) None[source]
# [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.
- Parameters:
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 method
RsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdPattern.set(). 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 methodRsSmw.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.sdSelection.set().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’)
Cloning the Group
# Create a copy of the original group, that exists independently
sdata_copy = driver.source.bb.tetra.sconfiguration.tmode.slot.ldirection.sdata.clone()
Subgroups