GfWidth

SCPI Command :

BUS<*>:RFFE:GFWidth
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) float[source]
# BUS<*>:RFFE:GFWidth
value: float = driver.bus.rffe.gfWidth.get(bus = repcap.Bus.Default)

Sets the maximum glitch width to be ignored.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

glitch_filter_width: 10E-12 to 10E-9

set(glitch_filter_width: float, bus=Bus.Default) None[source]
# BUS<*>:RFFE:GFWidth
driver.bus.rffe.gfWidth.set(glitch_filter_width = 1.0, bus = repcap.Bus.Default)

Sets the maximum glitch width to be ignored.

Parameters:
  • glitch_filter_width – 10E-12 to 10E-9

  • bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)