State
SCPI Command :
[SOURce<HW>]:BB:EVDO:TERMinal<ST>:DCHannel:PACKet<CH>:FCS:[STATe]
- class StateCls[source]
- State commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(terminal=Terminal.Default, packet=Packet.Default) bool[source]
- # SCPI: [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. - param terminal
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’) 
- param packet
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’) 
- return
- state: 1| ON| 0| OFF 
 
 - set(state: bool, terminal=Terminal.Default, packet=Packet.Default) None[source]
- # SCPI: [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. - param state
- 1| ON| 0| OFF 
- param terminal
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Terminal’) 
- param packet
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)