RfsaStartTriggerSynchronizationDistributionLine Class
- Updated2025-10-14
- 2 minute(s) read
Specifies the external trigger line that distributes the RfsaStartTriggerSynchronization signal. When synchronizing the RfsaStartTrigger, configure all devices to use the same Start Trigger distribution line.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaStartTriggerSynchronizationDistributionLine
Remarks
Refer to DistributionLine.
Properties
| Name | Description |
|---|---|
| Pfi0 | Gets the external trigger line that is set to PFI 0 connector. |
| PxiTrig0 | Gets the external trigger line that is set to PXI trigger line 0. |
| PxiTrig1 | Gets the external trigger line that is set to PXI trigger line 1. |
| PxiTrig2 | Gets the external trigger line which is set to PXI trigger line 2. |
| PxiTrig3 | Gets the external trigger line which is set to PXI trigger line 3. |
| PxiTrig4 | Gets the external trigger line that is set to PXI trigger line 4. |
| PxiTrig5 | Gets the external trigger line that is set to PXI trigger line 5. |
| PxiTrig6 | Gets the external trigger line that is set to PXI trigger line 6. |
| PxiTrig7 | Gets the external trigger line that is set to PXI trigger line 7. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsaStartTriggerSynchronizationDistributionLine object from the specified string. |
| Equals(RfsaStartTriggerSynchronizationDistributionLine) | Determines whether the current instance of RfsaStartTriggerSynchronizationDistributionLine and the RfsaStartTriggerSynchronizationDistributionLine object that you specify are equal. |
| Equals(object) | Determines whether the current instance RfsaStartTriggerSynchronizationDistributionLine and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaStartTriggerSynchronizationDistributionLine. |
| ToString() | Converts the current instance of RfsaStartTriggerSynchronizationDistributionLine to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaStartTriggerSynchronizationDistributionLine(string) | Converts the specified string to its RfsaStartTriggerSynchronizationDistributionLine equivalent. |
| operator string(RfsaStartTriggerSynchronizationDistributionLine) | Converts the RfsaStartTriggerSynchronizationDistributionLine object to its string equivalent. |
| operator!=(RfsaStartTriggerSynchronizationDistributionLine, RfsaStartTriggerSynchronizationDistributionLine) | Checks whether the two instances of RfsaStartTriggerSynchronizationDistributionLine are unequal. |
| operator==(RfsaStartTriggerSynchronizationDistributionLine, RfsaStartTriggerSynchronizationDistributionLine) | Checks whether the two instances of RfsaStartTriggerSynchronizationDistributionLine are equal. |