Packet
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:RWConfig:PACKet
- class PacketCls[source]
Packet commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: 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.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- return
packet: numeric value
- set(packet: float, window=Window.Default) None [source]
# SCPI: 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.
- param packet
numeric value
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)