Duration

SCPI Command :

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

(enabled for access terminal working in access mode) Sets the access cycle duration in slots. Access probes are repeated with a period of access cycle duration slots.

Parameters:

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

Returns:

duration: integer Range: 1 to 255

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

(enabled for access terminal working in access mode) Sets the access cycle duration in slots. Access probes are repeated with a period of access cycle duration slots.

Parameters:
  • duration – integer Range: 1 to 255

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