Mode
SCPI Command :
[SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell=Cell.Default) RsSmbv.enums.AutoMode [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:MODE value: enums.AutoMode = driver.source.bb.tdscdma.down.cell.dwpts.mode.get(cell = repcap.Cell.Default)
Selects whether to use the pilot time slot and its power or not.
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)
- return
mode: AUTO| ON| OFF
- set(mode: RsSmbv.enums.AutoMode, cell=Cell.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:DOWN:CELL<ST>:DWPTs:MODE driver.source.bb.tdscdma.down.cell.dwpts.mode.set(mode = enums.AutoMode.AUTO, cell = repcap.Cell.Default)
Selects whether to use the pilot time slot and its power or not.
- param mode
AUTO| ON| OFF
- param cell
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cell’)