LcMask
SCPI Command :
[SOURce<HW>]:BB:C2K:BSTation<ST>:CGRoup<DI0>:COFFset<CH>:LCMask
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) str[source]
# [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.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)
- Returns:
lc_mask: integer Range: #H0 to #H3FF FFFF FFFF
- set(lc_mask: str, baseStation=BaseStation.Default, groupNull=GroupNull.Default, offset=Offset.Default) None[source]
# [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.
- Parameters:
lc_mask – integer Range: #H0 to #H3FF FFFF FFFF
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
groupNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cgroup’)
offset – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Coffset’)