Ftype

SCPI Command :

BUS<*>:HBTO:RESult:FRAMe<*>:FTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusHbtoFrameType[source]
# BUS<*>:HBTO:RESult:FRAMe<*>:FTYPe
value: enums.BusHbtoFrameType = driver.bus.hbto.result.frame.ftype.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the type of frame for the selected frame.

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

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

Returns:

frame_type: IDLE | MAC | FILLer | UNKNown

  • IDLE: IDLE frame. This frame is used for clock synchronization.

  • MAC: MAC frame. This frame contains information that define how to go about transmitting and receiving frames.

  • FILLer: Filler frame. The frame is used to maintain transmission activity.

  • UNKNown: No meaningful frame can be determined.