Ap3Trigger
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BEAMs:AP3Trigger
- class Ap3TriggerCls[source]
Ap3Trigger commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAMs:AP3Trigger value: bool = driver.configure.signaling.nradio.cell.beams.ap3Trigger.get(cell_name = 'abc')
Configures automatic triggering of the P-3 process upon update of the active CSI-RS beam.
- param cell_name:
No help available
- return:
auto_p_3_trigger: Automatic triggering OFF or ON.
- set(cell_name: str, auto_p_3_trigger: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BEAMs:AP3Trigger driver.configure.signaling.nradio.cell.beams.ap3Trigger.set(cell_name = 'abc', auto_p_3_trigger = False)
Configures automatic triggering of the P-3 process upon update of the active CSI-RS beam.
- param cell_name:
No help available
- param auto_p_3_trigger:
Automatic triggering OFF or ON.