Data
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:DATA
- Commands in total: 3Subgroups: 2Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) DataSourceA[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:DATA value: enums.DataSourceA = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.data.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Selects the data source for the transport channel.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
data: ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. Use the command method
RsSmw.source.bb.w3Gpp.bstation.channel.hsdpa.hset.data.pattern.set()to set the pattern. DLISt A data list is used. Use the command methodRsSmw.source.bb.w3Gpp.bstation.channel.hsdpa.hset.data.dselect.set()to select the data list file.
- set(data: DataSourceA, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:DATA driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.data.set(data = enums.DataSourceA.DLISt, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Selects the data source for the transport channel.
- Parameters:
data – ZERO | ONE | PATTern | PN9 | PN11 | PN15 | PN16 | PN20 | PN21 | PN23 | DLISt ZERO | ONE Internal 0 and 1 data is used. PATTern Internal data is used. Use the command method
RsSmw.source.bb.w3Gpp.bstation.channel.hsdpa.hset.data.pattern.set()to set the pattern. DLISt A data list is used. Use the command methodRsSmw.source.bb.w3Gpp.bstation.channel.hsdpa.hset.data.dselect.set()to select the data list file.baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
Cloning the Group
# Create a copy of the original group, that exists independently
data_copy = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.data.clone()
Subgroups