Pstandard
SCPI Command :
BUS<*>:CAN:FDATa:PSTandard
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) BusCanProtocolStandard[source]
# BUS<*>:CAN:FDATa:PSTandard value: enums.BusCanProtocolStandard = driver.bus.can.fdata.pstandard.get(bus = repcap.Bus.Default)
Only available for CAN FD buses. Selects whether the tested signal is an ISO CAN FD signal or not.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
prot_std: ISO | NISO
ISO: Signals are decoded according to the ISO CAN FD protocol. This protocol has an additional stuff count field before the CRC sequence.
NISO: Non-ISO. Signals are decoded according to the Bosch CAN FD protocol.
- set(prot_std: BusCanProtocolStandard, bus=Bus.Default) None[source]
# BUS<*>:CAN:FDATa:PSTandard driver.bus.can.fdata.pstandard.set(prot_std = enums.BusCanProtocolStandard.ISO, bus = repcap.Bus.Default)
Only available for CAN FD buses. Selects whether the tested signal is an ISO CAN FD signal or not.
- Parameters:
prot_std –
ISO | NISO
ISO: Signals are decoded according to the ISO CAN FD protocol. This protocol has an additional stuff count field before the CRC sequence.
NISO: Non-ISO. Signals are decoded according to the Bosch CAN FD protocol.
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)