Ftype
SCPI Command :
SEARch:RESult:HBTO:FRAMe<*>:FTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str, busFrameNull=BusFrameNull.Default) BusHbtoFrameType[source]
# SEARch:RESult:HBTO:FRAMe<*>:FTYPe value: enums.BusHbtoFrameType = driver.search.result.hbto.frame.ftype.get(search = 'abc', busFrameNull = repcap.BusFrameNull.Default)
Returns the type of frame for the selected frame within the search result.
- Parameters:
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.