LcMask

SCPI Command :

[SOURce<HW>]:BB:C2K:MSTation<ST>:LCMask
class LcMaskCls[source]

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

get(mobileStation=MobileStation.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:LCMask
value: List[str] = driver.source.bb.c2K.mstation.lcMask.get(mobileStation = repcap.MobileStation.Default)

Sets the mask of the Long Code Generator of the mobile station.

param mobileStation

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

return

lc_mask: 42 bits

set(lc_mask: List[str], mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:C2K:MSTation<ST>:LCMask
driver.source.bb.c2K.mstation.lcMask.set(lc_mask = ['rawAbc1', 'rawAbc2', 'rawAbc3'], mobileStation = repcap.MobileStation.Default)

Sets the mask of the Long Code Generator of the mobile station.

param lc_mask

42 bits

param mobileStation

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