Spoint

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:SPOint
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(cell=Cell.Default) int[source]
# [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.

Parameters:

cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)

Returns:

spoint: integer Range: 1 to 6

set(spoint: int, cell=Cell.Default) None[source]
# [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.

Parameters:
  • spoint – integer Range: 1 to 6

  • cell – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)