SfType
SCPI Command :
SEARch:TRIGger:CAN:SFTYpe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) bool[source]
# SEARch:TRIGger:CAN:SFTYpe value: bool = driver.search.trigger.can.sfType.get(search = 'abc')
Enables the search for a specified frame type.
- Returns:
check_frame_type: OFF | ON
- set(search: str, check_frame_type: bool) None[source]
# SEARch:TRIGger:CAN:SFTYpe driver.search.trigger.can.sfType.set(search = 'abc', check_frame_type = False)
Enables the search for a specified frame type.
- Parameters:
check_frame_type – OFF | ON