ScsMode

SCPI Command :

[SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:SCSMode
class ScsModeCls[source]

ScsMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell=Cell.Default) RsSmbv.enums.AutoUser[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:SCSMode
value: enums.AutoUser = driver.source.bb.tdscdma.up.cell.enh.dch.scsMode.get(cell = repcap.Cell.Default)

Sets the spreading code selection mode for the used transport channels.

param cell

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

return

scs_mode: AUTO| USER

set(scs_mode: RsSmbv.enums.AutoUser, cell=Cell.Default) None[source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:UP:CELL<ST>:ENH:DCH:SCSMode
driver.source.bb.tdscdma.up.cell.enh.dch.scsMode.set(scs_mode = enums.AutoUser.AUTO, cell = repcap.Cell.Default)

Sets the spreading code selection mode for the used transport channels.

param scs_mode

AUTO| USER

param cell

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