Sformat
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:SFORmat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:SFORmat value: int = driver.source.bb.tdscdma.up.cell.slot.channel.sformat.get(cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the slot format for the selected channel. A slot format defines the complete structure of a slot made of data and control fields and includes the symbol rate. The slot format displays changes when a change is made to the ‘Number of TFCI Bits’ and the ‘Number of Sync Shift & TPC Bits’ field settings.
- Parameters:
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
sformat: integer Range: 0 to 69
- set(sformat: int, cell=Cell.Default, slotNull=SlotNull.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:SLOT<CH0>:CHANnel<US0>:SFORmat driver.source.bb.tdscdma.up.cell.slot.channel.sformat.set(sformat = 1, cell = repcap.Cell.Default, slotNull = repcap.SlotNull.Default, channelNull = repcap.ChannelNull.Default)
Sets the slot format for the selected channel. A slot format defines the complete structure of a slot made of data and control fields and includes the symbol rate. The slot format displays changes when a change is made to the ‘Number of TFCI Bits’ and the ‘Number of Sync Shift & TPC Bits’ field settings.
- Parameters:
sformat – integer Range: 0 to 69
cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
slotNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)