Drate
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:DRATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(terminal=Terminal.Default) EvdoDataRate[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:DRATe value: enums.EvdoDataRate = driver.source.bb.evdo.terminal.dchannel.drate.get(terminal = repcap.Terminal.Default)
(enabled for an access terminal working in access mode) Selects the data rate for the Data Channel.
- Parameters:
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)
- Returns:
drate: DR4K8 | DR9K6 | DR19K2 | DR38K4 | DR76K8 | DR153K6 | DR307K2 | DR614K4 | DR921K6 | DR1228K8 | DR1536K | DR1843K2 | DR2457K6 | DR3072K | DR460K8 | DR768K | DR1075K2 | DR2150K4 | DR3686K4 | DR4300K8 | DR4915K2
- set(drate: EvdoDataRate, terminal=Terminal.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:DRATe driver.source.bb.evdo.terminal.dchannel.drate.set(drate = enums.EvdoDataRate.DR1075K2, terminal = repcap.Terminal.Default)
(enabled for an access terminal working in access mode) Selects the data rate for the Data Channel.
- Parameters:
drate – DR4K8 | DR9K6 | DR19K2 | DR38K4 | DR76K8 | DR153K6 | DR307K2 | DR614K4 | DR921K6 | DR1228K8 | DR1536K | DR1843K2 | DR2457K6 | DR3072K | DR460K8 | DR768K | DR1075K2 | DR2150K4 | DR3686K4 | DR4300K8 | DR4915K2
terminal – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’)