Spoint
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SPOint
- class SpointCls[source]
Spoint commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) int [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SPOint value: int = driver.source.bb.tdscdma.down.cell.spoint.get(cell = repcap.Cell.Default)
Sets the switching point between the uplink slots and the downlink slots in the frame.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
spoint: integer Range: 1 to 6
- set(spoint: int, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SPOint driver.source.bb.tdscdma.down.cell.spoint.set(spoint = 1, cell = repcap.Cell.Default)
Sets the switching point between the uplink slots and the downlink slots in the frame.
- param spoint
integer Range: 1 to 6
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)