PointA

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:POINta
class PointACls[source]

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

get(cellNull=CellNull.Default) float[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:POINta
value: float = driver.source.bb.nr5G.node.cell.txbw.pointA.get(cellNull = repcap.CellNull.Default)

Sets the frequency offset between the reference Point A and the center carrier frequency.

param cellNull

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

return

carrier_point_a: No help available

set(carrier_point_a: float, cellNull=CellNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:TXBW:POINta
driver.source.bb.nr5G.node.cell.txbw.pointA.set(carrier_point_a = 1.0, cellNull = repcap.CellNull.Default)

Sets the frequency offset between the reference Point A and the center carrier frequency.

param carrier_point_a

float Range: -50e6 to 0

param cellNull

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