Data
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:DATA
- class DataCls[source]
Data commands group definition. 3 total commands, 2 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) RsSmbv.enums.TpcDataSour [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:DATA value: enums.TpcDataSour = driver.source.bb.w3Gpp.bstation.channel.fdpch.dpcch.tpc.data.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command determines the data source for the TPC field of the channel.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
data: DLISt| ZERO | ONE| PATTern DLISt A data list is used. The data list is selected with the command [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:FDPCh:DPCCh:TPC:DATA:DSELect 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 [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:FDPCh:DPCCh:TPC:DATA:PATTern.
- set(data: RsSmbv.enums.TpcDataSour, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:FDPCh:DPCCh:TPC:DATA driver.source.bb.w3Gpp.bstation.channel.fdpch.dpcch.tpc.data.set(data = enums.TpcDataSour.DLISt, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command determines the data source for the TPC field of the channel.
- param data
DLISt| ZERO | ONE| PATTern DLISt A data list is used. The data list is selected with the command [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:FDPCh:DPCCh:TPC:DATA:DSELect 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 [:SOURcehw]:BB:W3GPp:BSTationst:CHANnelch0:FDPCh:DPCCh:TPC:DATA:PATTern.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.channel.fdpch.dpcch.tpc.data.clone()
Subgroups