Fidle
SCPI Command :
BUS<*>:PCIE:FIDLe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) bool[source]
# BUS<*>:PCIE:FIDLe value: bool = driver.bus.pcie.fidle.get(bus = repcap.Bus.Default)
Enables the filtering of idle packets.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- set(filter_idle: bool, bus=Bus.Default) None[source]
# BUS<*>:PCIE:FIDLe driver.bus.pcie.fidle.set(filter_idle = False, bus = repcap.Bus.Default)
Enables the filtering of idle packets.
- Parameters:
filter_idle – OFF | ON
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)