Offset

SCPI Command :

[SOURce<HW>]:BB:EVDO:USER<ST>:DRCLock:OFFSet
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userIx=UserIx.Default) int[source]
# [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.

Parameters:

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

Returns:

offset: integer Range: 0 to 15

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

Parameters:
  • offset – integer Range: 0 to 15

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