DeviceProfileInput
No description
input DeviceProfileInput {
name: String
dataIntervalSeconds: Int
autoVirtualRTK: AutoVirtualRTKInput
maxTrueRTK: MaxTrueRTKInput
outputSignals: [SignalType]
requiredSignals: [SignalFilter!]
datumOverride: DatumType
correctionsMode: CorrectionsMode
}
Fields
DeviceProfileInput.name ● String scalar common
Profile Name
DeviceProfileInput.dataIntervalSeconds ● Int scalar common
Corrections data interval seconds
DeviceProfileInput.autoVirtualRTK ● AutoVirtualRTKInput input device-profiles
Max distance in km before switching to virtual station from OSR station
DeviceProfileInput.maxTrueRTK ● MaxTrueRTKInput input device-profiles
Do not get corrections from stations further away than this baseline.
DeviceProfileInput.outputSignals ● [SignalType] list enum signals
Only send corrections data for the specified list of signals,
DeviceProfileInput.requiredSignals ● [SignalFilter!] list input signals
Only receive corrections from stations that explicitly support the specified signals.
DeviceProfileInput.datumOverride ● DatumType enum common
Specifies what kind of datum the corrections stream should be sent in
DeviceProfileInput.correctionsMode ● CorrectionsMode enum common
Specifies the kind of corrections method expected to be used
Member Of
createDeviceProfile mutation ● updateDeviceProfile mutation