Ftype
SCPI Command :
BUS<*>:ETHernet:WORD<*>:FTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, word=Word.Default) BusEthernetFrameType[source]
# BUS<*>:ETHernet:WORD<*>:FTYPe value: enums.BusEthernetFrameType = driver.bus.ethernet.word.ftype.get(bus = repcap.Bus.Default, word = repcap.Word.Default)
Returns the frame type of the selected word in the current acquisition.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)
- Returns:
frame_type: MAC | IDLE | SLEep | EOS | UNKNown