RfsaReferenceTriggerSynchronizationDistributionLine Class
- Updated2025-10-14
- 2 minute(s) read
Specifies the external trigger line that distributes the RfsaReferenceTriggerSynchronization signal. When synchronizing the RfsaReferenceTrigger, configure all devices to use the same Reference Trigger distribution line.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaReferenceTriggerSynchronizationDistributionLine
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 which is set to PXI trigger line 0. |
| PxiTrig1 | Gets the external trigger line which 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 which is set to PXI trigger line 4. |
| PxiTrig5 | Gets the external trigger line which is set to PXI trigger line 5. |
| PxiTrig6 | Gets the external trigger line which is set to PXI trigger line 6. |
| PxiTrig7 | Gets the external trigger line which is set to PXI trigger line 7. |
Methods
| Name | Description |
|---|---|
| FromString(string) | Creates an RfsaReferenceTriggerSynchronizationDistributionLine object from the specified string. |
| Equals(RfsaReferenceTriggerSynchronizationDistributionLine) | Determines whether the current instance of RfsaReferenceTriggerSynchronizationDistributionLine and the RfsaReferenceTriggerSynchronizationDistributionLine object that you specify are equal. |
| Equals(object) | Determines whether the current instance RfsaReferenceTriggerSynchronizationDistributionLine and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaReferenceTriggerSynchronizationDistributionLine. |
| ToString() | Converts the current instance of RfsaReferenceTriggerSynchronizationDistributionLine to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaReferenceTriggerSynchronizationDistributionLine(string) | Converts the specified string to its RfsaReferenceTriggerSynchronizationDistributionLine equivalent. |
| operator string(RfsaReferenceTriggerSynchronizationDistributionLine) | Converts the RfsaReferenceTriggerSynchronizationDistributionLine object to its string equivalent. |
| operator!=(RfsaReferenceTriggerSynchronizationDistributionLine, RfsaReferenceTriggerSynchronizationDistributionLine) | Checks whether the two instances of RfsaReferenceTriggerSynchronizationDistributionLine are unequal. |
| operator==(RfsaReferenceTriggerSynchronizationDistributionLine, RfsaReferenceTriggerSynchronizationDistributionLine) | Checks whether the two instances of RfsaReferenceTriggerSynchronizationDistributionLine are equal. |