PnOffset
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:PNOFfset
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default) int[source]
# [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.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- Returns:
pn_offset: integer Range: 0 to 511
- set(pn_offset: int, baseStation=BaseStation.Default) None[source]
# [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.
- Parameters:
pn_offset – integer Range: 0 to 511
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)