State

SCPI Command :

[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:FCS:[STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(terminal=Terminal.Default, packet=Packet.Default) bool[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:FCS:[STATe]
value: bool = driver.source.bb.evdo.terminal.dchannel.packet.fcs.state.get(terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)

(enabled for an access terminal working in traffic mode) Enables or disables appending a standard Frame Check Sequence (FCS) and tail to the MAC layer packet. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.

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

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, terminal=Terminal.Default, packet=Packet.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:FCS:[STATe]
driver.source.bb.evdo.terminal.dchannel.packet.fcs.state.set(state = False, terminal = repcap.Terminal.Default, packet = repcap.Packet.Default)

(enabled for an access terminal working in traffic mode) Enables or disables appending a standard Frame Check Sequence (FCS) and tail to the MAC layer packet. Note: Configuration of Packet 2 and Packet 3 transmitted on the second and the third subframe, is only enabled for physical layer subtype 2.

Parameters:
  • state – 1 | ON | 0| OFF

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

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