Offset

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACYCle:OFFSet
class OffsetCls[source]

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

get(terminal=Terminal.Default) int[source]
# SCPI: [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.

param terminal

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

return

offset: integer Range: 0 to 12

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

param offset

integer Range: 0 to 12

param terminal

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