Offset

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACYCle:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default) int[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACYCle:OFFSet
value: int = driver.source.bb.evdo.terminal.acycle.offset.get(terminal = repcap.Terminal.Default)

(enabled for access terminal working in access mode) The Access Channel transmission starts with this number of slots relative to the beginning of each access cycle duration.

Parameters:

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

Returns:

offset: integer Range: 0 to 12

set(offset: int, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACYCle:OFFSet
driver.source.bb.evdo.terminal.acycle.offset.set(offset = 1, terminal = repcap.Terminal.Default)

(enabled for access terminal working in access mode) The Access Channel transmission starts with this number of slots relative to the beginning of each access cycle duration.

Parameters:
  • offset – integer Range: 0 to 12

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