Packet
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:RWConfig:PACKet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# SENSe[:WINDow<n>]:DISPlay:RWConfig:PACKet value: float = driver.applications.k149Uwb.sense.window.display.rwConfig.packet.get(window = repcap.Window.Default)
Sets the packet for this window and for any other windows this window is linked to.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- Returns:
packet: numeric value
- set(packet: float, window=Window.Default) None[source]
# SENSe[:WINDow<n>]:DISPlay:RWConfig:PACKet driver.applications.k149Uwb.sense.window.display.rwConfig.packet.set(packet = 1.0, window = repcap.Window.Default)
Sets the packet for this window and for any other windows this window is linked to.
- Parameters:
packet – numeric value
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)