Offset

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:OFFSet
class OffsetCls[source]

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

get(userIx=UserIx.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:OFFSet
value: int = driver.source.bb.evdo.user.drclock.offset.get(userIx = repcap.UserIx.Default)

Sets the reverse link frame offset for the reverse link. The frame offset is used to position the DRC Lock bit within the MAC channel.

param userIx:

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

return:

offset: integer Range: 0 to 15

set(offset: int, userIx=UserIx.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:OFFSet
driver.source.bb.evdo.user.drclock.offset.set(offset = 1, userIx = repcap.UserIx.Default)

Sets the reverse link frame offset for the reverse link. The frame offset is used to position the DRC Lock bit within the MAC channel.

param offset:

integer Range: 0 to 15

param userIx:

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