Ftype

SCPI Command :

SEARch:RESult:TBTO:FRAMe<*>:FTYPe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str, busFrameNull=BusFrameNull.Default) BusTbtoFrameType[source]
# SEARch:RESult:TBTO:FRAMe<*>:FTYPe
value: enums.BusTbtoFrameType = driver.search.result.tbto.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 | OAM | RSFEC | BH | CTLADDR | CTLCODE | ZEROTSYM | 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.

  • OAM: Operations, administration and maintenance (OAM) frame.

  • RSFEC: Reed Solomon forward error correction check frame.

  • BH: BASE-H fame.

  • CTLADDR: Control address frame.

  • CTLCODE: Control code frame.

  • ZEROTSYM: Zero terrnary symbol frame.

  • UNKNown: No meaningful frame can be determined.