RfsaAdvanceTriggerSynchronizationDistributionLine Class
- Updated2025-10-14
- 2 minute(s) read
Specifies which external trigger line distributes the RfsaAdvanceTriggerSynchronization signal. When synchronizing the RfsaAdvanceTrigger, configure all devices to use the same Advance Trigger distribution line.
Derives from
None
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public class RfsaAdvanceTriggerSynchronizationDistributionLine
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 RfsaAdvanceTriggerSynchronizationDistributionLine object from the specified string. |
| Equals(RfsaAdvanceTriggerSynchronizationDistributionLine) | Determines whether the current instance of RfsaAdvanceTriggerSynchronizationDistributionLine and the RfsaAdvanceTriggerSynchronizationDistributionLine object that you specify are equal. |
| Equals(object) | Determines whether the current instance RfsaAdvanceTriggerSynchronizationDistributionLine and the object that you specify are equal. |
| GetHashCode() | Returns the hash code for the current instance of RfsaAdvanceTriggerSynchronizationDistributionLine. |
| ToString() | Converts the current instance of RfsaAdvanceTriggerSynchronizationDistributionLine to string. |
Operators
| Name | Description |
|---|---|
| operator RfsaAdvanceTriggerSynchronizationDistributionLine(string) | Converts the specified string to its RfsaAdvanceTriggerSynchronizationDistributionLine equivalent. |
| operator string(RfsaAdvanceTriggerSynchronizationDistributionLine) | Converts the RfsaAdvanceTriggerSynchronizationDistributionLine object to its string equivalent. |
| operator!=(RfsaAdvanceTriggerSynchronizationDistributionLine, RfsaAdvanceTriggerSynchronizationDistributionLine) | Checks whether the two instances of RfsaAdvanceTriggerSynchronizationDistributionLine are unequal. |
| operator==(RfsaAdvanceTriggerSynchronizationDistributionLine, RfsaAdvanceTriggerSynchronizationDistributionLine) | Checks whether the two instances of RfsaAdvanceTriggerSynchronizationDistributionLine are equal. |