Data
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(transportChannelNull=TransportChannelNull.Default) DataSourceA[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA value: enums.DataSourceA = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.get(transportChannelNull = repcap.TransportChannelNull.Default)
Selects the data source for the transport channel.
- Parameters:
transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
- Returns:
data: ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the method
RsSmw.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.dselect.set(). ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command methodRsSmw.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.pattern.set().
- set(data: DataSourceA, transportChannelNull=TransportChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:TCHannel<DI0>:DATA driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.set(data = enums.DataSourceA.DLISt, transportChannelNull = repcap.TransportChannelNull.Default)
Selects the data source for the transport channel.
- Parameters:
data – ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt PNxx The pseudo-random sequence generator is used as the data source. Different random sequence lengths can be selected. DLISt A data list is used. The data list is selected with the method
RsSmw.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.dselect.set(). ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. The bit pattern for the data is defined by the command methodRsSmw.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.pattern.set().transportChannelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Tchannel’)
Cloning the Group
# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.tchannel.data.clone()
Subgroups