Ftype
SCPI Command :
BUS<*>:TBTO:RESult:FRAMe<*>:FTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusTbtoFrameType[source]
# BUS<*>:TBTO:RESult:FRAMe<*>:FTYPe value: enums.BusTbtoFrameType = driver.bus.tbto.result.frame.ftype.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)
Returns the type of 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 | 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 frame.
RSFEC: Reed Solomon forward error correction check frame.
ZEROTSYM: Zero terrnary symbol.
UNKNown: No meaningful frame can be determined.