Ftype
SCPI Command :
SEARch:TRIGger:CAN:FTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) CanRemFrmTyp[source]
# SEARch:TRIGger:CAN:FTYPe value: enums.CanRemFrmTyp = driver.search.trigger.can.ftype.get(search = 'abc')
Selects the CAN frame type to be searched for. For data and remote frames, the identifier format has to be set with method
RsRtx.search.trigger.can.itype.set().- Parameters:
search – ANY | DATA | REMote | ERRor | OVERload
- set(search: str, rem_frm_typ: CanRemFrmTyp) None[source]
# SEARch:TRIGger:CAN:FTYPe driver.search.trigger.can.ftype.set(search = 'abc', rem_frm_typ = enums.CanRemFrmTyp.ANY)
Selects the CAN frame type to be searched for. For data and remote frames, the identifier format has to be set with method
RsRtx.search.trigger.can.itype.set().