Fec

SCPI Command :

SEARch:TRIGger:TBTO:ERRor:FEC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:TBTO:ERRor:FEC
value: bool = driver.search.trigger.tbto.error.fec.get(search = 'abc')

Enables search for RS-FEC errors.

Returns:

error_fec: OFF | ON

set(search: str, error_fec: bool) None[source]
# SEARch:TRIGger:TBTO:ERRor:FEC
driver.search.trigger.tbto.error.fec.set(search = 'abc', error_fec = False)

Enables search for RS-FEC errors.

Parameters:

error_fec – OFF | ON