Imask

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:IMASk
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default) str[source]
# [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.

Parameters:

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

Returns:

imask: 44 bits

set(imask: str, terminal=Terminal.Default) None[source]
# [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.

Parameters:
  • imask – 44 bits

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