Lcmd

SCPI Command :

SEARch:TRIGger:MPHY:ERRor:LCMD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(search: str) bool[source]
# SEARch:TRIGger:MPHY:ERRor:LCMD
value: bool = driver.search.trigger.mphy.error.lcmd.get(search = 'abc')

Enables/disables search for LCC error.

Parameters:

search – OFF | ON

set(search: str, error_lcc_cmd: bool) None[source]
# SEARch:TRIGger:MPHY:ERRor:LCMD
driver.search.trigger.mphy.error.lcmd.set(search = 'abc', error_lcc_cmd = False)

Enables/disables search for LCC error.