TalonFXConfiguratorApply(TalonFXConfiguration, Double) Method

Applies the contents of the specified config to the device.

Call to apply the selected configs.

Definition

Namespace: CTRE.Phoenix6.Configs
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public StatusCode Apply(
	TalonFXConfiguration configs,
	double timeoutSeconds
)

Parameters

configs  TalonFXConfiguration
Configs to apply against.
timeoutSeconds  Double
Maximum amount of time to wait when performing configuration

Return Value

StatusCode
StatusCode of the set command

See Also