Qmask
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:QMASk
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(terminal=Terminal.Default) str[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:QMASk value: str = driver.source.bb.evdo.terminal.qmask.get(terminal = repcap.Terminal.Default)
Sets the long code mask of the Q channel.
- Parameters:
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- Returns:
qmask: 44 bits
- set(qmask: str, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:QMASk driver.source.bb.evdo.terminal.qmask.set(qmask = rawAbc, terminal = repcap.Terminal.Default)
Sets the long code mask of the Q channel.
- Parameters:
qmask – 44 bits
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)