Property functions
rerun
def send_property(name, values, recording=None)
Send a property of the recording.
| PARAMETER | DESCRIPTION |
|---|---|
name
|
Name of the property.
TYPE:
|
values
|
Anything that implements the
TYPE:
|
recording
|
Specifies the
TYPE:
|
def send_recording_name(name, recording=None)
Send the name of the recording.
This name is shown in the Rerun Viewer.
| PARAMETER | DESCRIPTION |
|---|---|
name
|
The name of the recording.
TYPE:
|
recording
|
Specifies the
TYPE:
|
def send_recording_start_time_nanos(nanos, recording=None)
Send the start time of the recording.
This timestamp is shown in the Rerun Viewer.
| PARAMETER | DESCRIPTION |
|---|---|
nanos
|
The start time of the recording in nanoseconds since UNIX epoch.
TYPE:
|
recording
|
Specifies the
TYPE:
|