Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 606 Bytes

msg_Base_Query.md

File metadata and controls

20 lines (12 loc) · 606 Bytes

Message Query

This page describes the Python Kinova.Api.Base.Query message.

Overview / Purpose

Specifies the parameters of an event log query (future)

Class members

Member variables

Member name Data type Description
start_timestamp Timestamp Start timestamp (set to zero to specify it)
end_timestamp Timestamp End timestamp (set to zero to not specify it)
username str Queried username (set to "" to not specify it)

Parent topic: Base