LcMask
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:LCMask
- class LcMaskCls[source]
LcMask commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) str [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:LCMask value: str = driver.source.bb.c2K.bstation.cgroup.coffset.lcMask.get(baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command sets the mask of the Long Code Generator of the base station. For the traffic channels, this value is specific for the selected radio configuration. The LC Mask is the same for all sub channels of a traffic channel. If the mask is modified for one of the sub channels, the new value is then automatically used by all other subchannels of this traffic channel.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param groupNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
- param offset
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)
- return
lc_mask: integer Range: #H0 to #H3FF FFFF FFFF
- set(lc_mask: str, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None [source]
# SCPI: [SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:LCMask driver.source.bb.c2K.bstation.cgroup.coffset.lcMask.set(lc_mask = rawAbc, baseStation = repcap.BaseStation.Default, groupNull = repcap.GroupNull.Default, offset = repcap.Offset.Default)
The command sets the mask of the Long Code Generator of the base station. For the traffic channels, this value is specific for the selected radio configuration. The LC Mask is the same for all sub channels of a traffic channel. If the mask is modified for one of the sub channels, the new value is then automatically used by all other subchannels of this traffic channel.
- param lc_mask
integer Range: #H0 to #H3FF FFFF FFFF
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param groupNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
- param offset
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)