Item
SCPI Command :
SENSe[:WINDow<n>]:DISPlay:TABLe:ITEM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(item: TableItemK149, window=Window.Default) bool[source]
# SENSe[:WINDow<n>]:DISPlay:TABLe:ITEM value: bool = driver.applications.k149Uwb.sense.window.display.table.item.get(item = enums.TableItemK149.CENTerfreqhz, window = repcap.Window.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)
- set(item: TableItemK149, state: bool, window=Window.Default) None[source]
# SENSe[:WINDow<n>]:DISPlay:TABLe:ITEM driver.applications.k149Uwb.sense.window.display.table.item.set(item = enums.TableItemK149.CENTerfreqhz, state = False, window = repcap.Window.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Window’)