StId

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl:RPTolerance:STID
class StIdCls[source]

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

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl:RPTolerance:STID
value: int = driver.configure.signaling.nradio.cell.power.control.tpControl.rpTolerance.stId.get(cell_name = 'abc')

Selects the subtest ID for relative power tolerance tests, for the initial BWP.

param cell_name:

No help available

return:

sub_test_id: No help available

set(cell_name: str, sub_test_id: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:TPControl:RPTolerance:STID
driver.configure.signaling.nradio.cell.power.control.tpControl.rpTolerance.stId.set(cell_name = 'abc', sub_test_id = 1)

Selects the subtest ID for relative power tolerance tests, for the initial BWP.

param cell_name:

No help available

param sub_test_id:

No help available