IdType
SCPI Command :
BUS<*>:CAN:FRAMe<*>:IDTYpe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) CanIdentifierType[source]
# BUS<*>:CAN:FRAMe<*>:IDTYpe value: enums.CanIdentifierType = driver.bus.can.frame.idType.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)
Returns the identifier type of the selected frame, the identifier format of data and remote frames.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)
- Returns:
identifier_type: B11: standard format, 11 bit B29: extended format, 29 bit