Imask

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:IMASk
class ImaskCls[source]

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

get(terminal=Terminal.Default) str[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:IMASk
value: str = driver.source.bb.evdo.terminal.imask.get(terminal = repcap.Terminal.Default)

Sets the long code mask of the I channel.

param terminal

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

return

imask: 44 bits

set(imask: str, terminal=Terminal.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:TERMinal<ST>:IMASk
driver.source.bb.evdo.terminal.imask.set(imask = rawAbc, terminal = repcap.Terminal.Default)

Sets the long code mask of the I channel.

param imask

44 bits

param terminal

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