PnOffset

SCPI Command :

[SOURce<HW>]:BB:C2K:BSTation<ST>:PNOFfset
class PnOffsetCls[source]

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

get(baseStation=BaseStation.Default) int[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PNOFfset
value: int = driver.source.bb.c2K.bstation.pnOffset.get(baseStation = repcap.BaseStation.Default)

The command sets the PN offset (short code) of the base station. The PN offset permits signals of different base stations to be distinguished.

param baseStation

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

return

pn_offset: integer Range: 0 to 511

set(pn_offset: int, baseStation=BaseStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:PNOFfset
driver.source.bb.c2K.bstation.pnOffset.set(pn_offset = 1, baseStation = repcap.BaseStation.Default)

The command sets the PN offset (short code) of the base station. The PN offset permits signals of different base stations to be distinguished.

param pn_offset

integer Range: 0 to 511

param baseStation

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