TypePy
SCPI Command :
BUS<*>:PCIE:RESult:PACKet<*>:FLD<*>:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busUsbPacket=BusUsbPacket.Default, busFieldNull=BusFieldNull.Default) str[source]
# BUS<*>:PCIE:RESult:PACKet<*>:FLD<*>:TYPE value: str = driver.bus.pcie.result.packet.fld.typePy.get(bus = repcap.Bus.Default, busUsbPacket = repcap.BusUsbPacket.Default, busFieldNull = repcap.BusFieldNull.Default)
Returns the type of the field with the selected field number within the frame with the selected packet number (for the selected serial bus) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
busUsbPacket – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Packet’)
busFieldNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Fld’)