Standard
SCPI Command :
SEARch:TRIGger:CAN:FDATa:STANdard
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(search: str) BusCanStandard[source]
# SEARch:TRIGger:CAN:FDATa:STANdard value: enums.BusCanStandard = driver.search.trigger.can.fdata.standard.get(search = 'abc')
Selects the CAN standard: CAN, CAN FD, or Any. Use Any to search on either CAN or CAN-FD frame. In this case, the search configuration provides all possible settings, for CAN as well as for CAN FD. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
search – ANY | CAN | CANFd
- set(search: str, std_sel: BusCanStandard) None[source]
# SEARch:TRIGger:CAN:FDATa:STANdard driver.search.trigger.can.fdata.standard.set(search = 'abc', std_sel = enums.BusCanStandard.ANY)
Selects the CAN standard: CAN, CAN FD, or Any. Use Any to search on either CAN or CAN-FD frame. In this case, the search configuration provides all possible settings, for CAN as well as for CAN FD. The setting is available in CAN FD option R&S RTP-K9.
- Parameters:
search – ANY | CAN | CANFd
std_sel – String with the search name