LcMask
SCPI Command :
[SOURce<HW>]:BB:C2K:MSTation<ST>:LCMask
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) str[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:LCMask value: str = driver.source.bb.c2K.mstation.lcMask.get(mobileStation = repcap.MobileStation.Default)
Sets the mask of the Long Code Generator of the mobile station.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
lc_mask: 42 bits
- set(lc_mask: str, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:C2K:MSTation<ST>:LCMask driver.source.bb.c2K.mstation.lcMask.set(lc_mask = rawAbc, mobileStation = repcap.MobileStation.Default)
Sets the mask of the Long Code Generator of the mobile station.
- Parameters:
lc_mask – 42 bits
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)