Alpha
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:POWer:ALPHa
- class AlphaCls[source]
Alpha commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) Alpha[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:POWer:ALPHa value: enums.Alpha = driver.configure.signaling.nradio.cell.bwp.srs.aswitching.power.alpha.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Sets the SRS power control parameter ‘alpha’ for SRS antenna switching, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
alpha: Axy means x.y.
- set(cell_name: str, alpha: Alpha, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:ASWitching:POWer:ALPHa driver.configure.signaling.nradio.cell.bwp.srs.aswitching.power.alpha.set(cell_name = 'abc', alpha = enums.Alpha.A00, bwParts = repcap.BwParts.Default)
Sets the SRS power control parameter ‘alpha’ for SRS antenna switching, for BWP <bb>.
- param cell_name:
No help available
- param alpha:
Axy means x.y.
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)