Duration
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:ACYCle:DURation
- class DurationCls[source]
Duration 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: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.
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- return
duration: integer Range: 1 to 255
- set(duration: int, terminal=Terminal.Default) None [source]
# SCPI: [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.
- param duration
integer Range: 1 to 255
- param terminal
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)