Read
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TPC:READ
- class ReadCls[source]
Read commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) RsSmw.enums.TpcReadMode [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TPC:READ value: enums.TpcReadMode = driver.source.bb.tdscdma.down.cell.slot.channel.dpcch.tpc.read.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the read out mode for the bit pattern of the TPC field.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
read: CONTinuous| S0A| S1A| S01A| S10A CONTinous The TPC bits are used cyclically. S0A The TPC bits are used once and then the TPC sequence is continued with 0 bits. S1A The TPC bits are used once and then the TPC sequence is continued with 1 bit. S01A The TPC bits are used once and then the TPC sequence is continued with 0 and 1 bits alternately S10A The TPC bits are used once, and then the TPC sequence is continued with 1 and 0 bits alternately
- set(read: RsSmw.enums.TpcReadMode, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SLOT<CH0>:CHANnel<US0>:DPCCh:TPC:READ driver.source.bb.tdscdma.down.cell.slot.channel.dpcch.tpc.read.set(read = enums.TpcReadMode.CONTinuous, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the read out mode for the bit pattern of the TPC field.
- param read
CONTinuous| S0A| S1A| S01A| S10A CONTinous The TPC bits are used cyclically. S0A The TPC bits are used once and then the TPC sequence is continued with 0 bits. S1A The TPC bits are used once and then the TPC sequence is continued with 1 bit. S01A The TPC bits are used once and then the TPC sequence is continued with 0 and 1 bits alternately S10A The TPC bits are used once, and then the TPC sequence is continued with 1 and 0 bits alternately
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- param slotNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)