unreal.LiveLinkOpenTrackIO_PTP¶
- class unreal.LiveLinkOpenTrackIO_PTP(profile: str = '', leader_identity: str = '', leader_priorities: LiveLinkOpenTrackIO_PTPLeaderPriorities = Ellipsis, leader_accuracy: float = 0.0, leader_time_source: str = '', mean_path_delay: float = 0.0, vlan: int = 0)¶
Bases:
StructBaseLive Link Open Track IO PTP
C++ Source:
Plugin: LiveLinkOpenTrackIO
Module: LiveLinkOpenTrackIO
File: LiveLinkOpenTrackIOTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
leader_accuracy(double): [Read-Write]leader_identity(str): [Read-Write] PTP Leader identity follows the pattern:(?:^[0-9a-f]{2}(?::[0-9a-f]{2}){5}$)|(?:^[0-9a-f]{2}(?:-[0-9a-f]{2}){5}$)
leader_priorities(LiveLinkOpenTrackIO_PTPLeaderPriorities): [Read-Write] Data structure for PTP synchronization prioritiesleader_time_source(str): [Read-Write] Enum string property [GNSS, Atomic clock, NTP]mean_path_delay(double): [Read-Write]profile(str): [Read-Write] PTP Profile: Can be one the following values [IEEE Std 1588-2019, IEEE Std 802.1AS-2020, SMPTE ST2059-2:2021]vlan(int32): [Read-Write]
- property leader_identity: str¶
[Read-Write] PTP Leader identity follows the pattern:
(?:^[0-9a-f]{2}(?::[0-9a-f]{2}){5}$)|(?:^[0-9a-f]{2}(?:-[0-9a-f]{2}){5}$)
- Type:
(str)
- property leader_priorities: LiveLinkOpenTrackIO_PTPLeaderPriorities¶
[Read-Write] Data structure for PTP synchronization priorities
- property leader_time_source: str¶
[Read-Write] Enum string property [GNSS, Atomic clock, NTP]
- Type:
(str)